diff options
author | Alib <aliboba@free.fr> | 2010-02-19 17:24:46 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-19 17:24:46 +0100 |
commit | 31e17f99c8bf22b89bcd92b314d8df5b8fcc4189 (patch) | |
tree | 41538c66cfc85b836a0e4881b39ffcc65b8f050e /includes/inc_stream.php | |
parent | c109894e17e5d77b027774e9fb1e236bcc1b2bfd (diff) | |
download | istreamdev-31e17f99c8bf22b89bcd92b314d8df5b8fcc4189.tar.gz istreamdev-31e17f99c8bf22b89bcd92b314d8df5b8fcc4189.tar.bz2 |
adding pictos, nologos*, and preparing some stuff for timers & epg
Diffstat (limited to 'includes/inc_stream.php')
-rwxr-xr-x | includes/inc_stream.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php index da191fa..b4cb5bd 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -28,7 +28,7 @@ if (infostreamexist()) $logopath = "logos/" .$realname .".png"; if (!file_exists($logopath)) - print " <center><video id=\"videofeed\" poster=\"logos/nologo2.png\" width='80' height='80' /></center>\r\n"; + print " <center><video id=\"videofeed\" poster=\"logos/nologoTV.png\" width='80' height='80' /></center>\r\n"; else print " <center><video id=\"videofeed\" poster=\"{$logopath}\" width='80' height='80' /></center>\r\n"; @@ -116,7 +116,7 @@ else $logopath = "logos/" .$realname .".png"; if (!file_exists($logopath)) - print " <center><img src=\"logos/nologo2.png\"></img></center>\r\n"; + print " <center><img src=\"logos/nologoTV.png\"></img></center>\r\n"; else print " <center><img src=\"{$logopath}\"></img></center>\r\n"; |