diff options
Diffstat (limited to 'includes/inc_vdr.php')
-rwxr-xr-x | includes/inc_vdr.php | 2 |
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"; |