diff options
author | Alib <aliboba@free.fr> | 2010-02-24 20:26:58 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-24 20:26:58 +0100 |
commit | 0d7828571d75afb15adef10483c603cc49551a2a (patch) | |
tree | 8924d7ca567d3a855351d8d4fea08fcb8698b908 /includes/inc_mp3.php | |
parent | 8edb4d955b2fc8b12ca5b7e59ae809a43343033e (diff) | |
download | istreamdev-0d7828571d75afb15adef10483c603cc49551a2a.tar.gz istreamdev-0d7828571d75afb15adef10483c603cc49551a2a.tar.bz2 |
removed timer column. useless for the moment. Removed bugued play icon on playlist mode.
Diffstat (limited to 'includes/inc_mp3.php')
-rwxr-xr-x | includes/inc_mp3.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/inc_mp3.php b/includes/inc_mp3.php index 813ca3b..85553e6 100755 --- a/includes/inc_mp3.php +++ b/includes/inc_mp3.php @@ -48,10 +48,11 @@ if ($medianame_array[0]) foreach($medianame_array as $value) { $medianame2=addslashes($value); + print " <li>\r\n"; print " <a class=\"noeffect\" href=\"javascript:document.s{$cnt}.Play();\">\r\n"; - print " <span class=\"number\">1</span><span class=\"auto\"></span><span class=\"name\">{$value}</span><span class=\"time\">???</span>\r\n"; + print " <span class=\"number\">$cnt</span><span class=\"stop\"></span><span class=\"name\">{$value}</span>\r\n"; print " </a>\r\n"; print " </li>\r\n"; |