diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-26 15:48:06 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-26 15:48:06 +0100 |
commit | 72533f73f887cb67ceae765763fd62c25ce3a6d5 (patch) | |
tree | c1e8a8a64c0233457d749043947a27b06fbff8ec /index.php | |
parent | 2249131e676ff868a8fecc27e07aedeefcdd3e92 (diff) | |
parent | fa50884934964b9b74a93555a9d89d19f977ee9d (diff) | |
download | istreamdev-72533f73f887cb67ceae765763fd62c25ce3a6d5.tar.gz istreamdev-72533f73f887cb67ceae765763fd62c25ce3a6d5.tar.bz2 |
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
* 'jquery' of projects.vdr-developer.org:istreamdev:
added epg details
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -250,7 +250,10 @@ include ('bin/auth.php'); <ul class="rounded"><li id="epg_selector"></li></ul> </form> <ul class="edgetoedge" id="ul_epglist"> - </ul> + </ul> + <div rel="dataholder" style="visibility:hidden"> + <span rel="day"></span> + </div> </div> <div id="epgdetails"> |