diff options
author | Alib <aliboba@free.fr> | 2010-02-22 15:46:16 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-22 15:46:16 +0100 |
commit | 1b5ee06f13fbc09d0a3c74445708aab7221d89eb (patch) | |
tree | 85b8e357d425cfe02cd7c43db271425fb8e21cc6 /includes | |
parent | 8c93012c29ce5b4da99432e22b747fa53e377578 (diff) | |
download | istreamdev-1b5ee06f13fbc09d0a3c74445708aab7221d89eb.tar.gz istreamdev-1b5ee06f13fbc09d0a3c74445708aab7221d89eb.tar.bz2 |
Channel list now displays current category
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/inc_chan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_chan.php b/includes/inc_chan.php index 02cb80e..ff73df6 100755 --- a/includes/inc_chan.php +++ b/includes/inc_chan.php @@ -14,7 +14,7 @@ print "<a href=\"index.php\"><img alt=\"home\" src=\"images/home.png\" /></a></d print "<div id=\"title\">iStreamdev</div>\r\n"; print "</div>\r\n"; print "<div id=\"content\">\r\n"; -print " <ul><li class=\"title\">Channels</li>\r\n"; +print " <ul><li class=\"title\">$cat</li>\r\n"; vdrlistchannels($cat); |