summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-19 13:56:56 +0100
committerAlib <aliboba@free.fr>2010-02-19 13:56:56 +0100
commitd51a739856f635eeb2e1422ec7912943e9e42043 (patch)
tree883863322fc6f7226ad671854d0a3905711809a9
parent8536c9f5e53346e26a7420c05a8912eed6c6b727 (diff)
downloadistreamdev-0.3.6.tar.gz
istreamdev-0.3.6.tar.bz2
Changed icons for video filesistreamdev-0.3.6
images/pictos/audio.png images/pictos/video.png ram/stream-tb.png
-rwxr-xr-xincludes/inc_media.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_media.php b/includes/inc_media.php
index 2c71ff1..59399bd 100755
--- a/includes/inc_media.php
+++ b/includes/inc_media.php
@@ -75,7 +75,7 @@ foreach($medianame_array as $value)
|| preg_match("'" .$fileext ." $'", $videotypes)
)
{
- print "<li class=\"menu\"><a class=\"noeffect\" href=\"javascript:sendForm('$medianame2');\"><img src=\"images/pictos/media.png\" /><span class=\"name\">$value</span><span class=\"arrow\"></span></a></li>\r\n";
+ print "<li class=\"menu\"><a class=\"noeffect\" href=\"javascript:sendForm('$medianame2');\"><img src=\"images/pictos/video.png\" /><span class=\"name\">$value</span><span class=\"arrow\"></span></a></li>\r\n";
print "<form name=\"$value\" id=\"$value\" method=\"post\" action=\"index.php\">";
print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"stream\"/>";
print " <input name=\"type\" type=\"hidden\" id=\"type\" value=3 />";