summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-24 20:26:58 +0100
committerAlib <aliboba@free.fr>2010-02-24 20:26:58 +0100
commit0d7828571d75afb15adef10483c603cc49551a2a (patch)
tree8924d7ca567d3a855351d8d4fea08fcb8698b908
parent8edb4d955b2fc8b12ca5b7e59ae809a43343033e (diff)
downloadistreamdev-0d7828571d75afb15adef10483c603cc49551a2a.tar.gz
istreamdev-0d7828571d75afb15adef10483c603cc49551a2a.tar.bz2
removed timer column. useless for the moment. Removed bugued play icon on playlist mode.
-rwxr-xr-xincludes/inc_mp3.php3
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";