summaryrefslogtreecommitdiff
path: root/includes/inc_vdr.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-19 17:24:46 +0100
committerAlib <aliboba@free.fr>2010-02-19 17:24:46 +0100
commit31e17f99c8bf22b89bcd92b314d8df5b8fcc4189 (patch)
tree41538c66cfc85b836a0e4881b39ffcc65b8f050e /includes/inc_vdr.php
parentc109894e17e5d77b027774e9fb1e236bcc1b2bfd (diff)
downloadistreamdev-31e17f99c8bf22b89bcd92b314d8df5b8fcc4189.tar.gz
istreamdev-31e17f99c8bf22b89bcd92b314d8df5b8fcc4189.tar.bz2
adding pictos, nologos*, and preparing some stuff for timers & epg
Diffstat (limited to 'includes/inc_vdr.php')
-rwxr-xr-xincludes/inc_vdr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php
index 49c1acf..7e52d4b 100755
--- a/includes/inc_vdr.php
+++ b/includes/inc_vdr.php
@@ -178,7 +178,7 @@ function vdrlistchannels($category = "NULL")
$chan2=addslashes($chan);
print " <a class=\"noeffect\" href=\"javascript:sendForm('$chan2');\">\r\n";
if (!file_exists('logos/'.$chan.'.png'))
- print " <img src=\"logos/nologo.png\" />\r\n";
+ print " <img src=\"logos/nologoTV.png\" />\r\n";
else
print " <img src=\"logos/{$chan}.png\" />\r\n";
print " <span class=\"name\">$chan</span>\r\n";