diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 17:24:52 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 17:24:52 +0000 |
commit | b22aa00d8e02351a3bdc9e8823826bfc54c7ba59 (patch) | |
tree | 874e2f3e55b9875b481865d6c7b4696b676705a0 /pages/menu.ecpp | |
parent | 257c9d40ab5cf391d0ec11cf73991cfa61a8b3d6 (diff) | |
download | vdr-plugin-live-b22aa00d8e02351a3bdc9e8823826bfc54c7ba59.tar.gz vdr-plugin-live-b22aa00d8e02351a3bdc9e8823826bfc54c7ba59.tar.bz2 |
removed event_widget
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index dddc43c..681bea8 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -3,8 +3,8 @@ #include <vdr/config.h> </%pre> <div class="menu"> - <a href="whats_on_now.html"><$ tr("What's on now?") $></a><br/> - <a href="whats_on_next.html"><$ tr("What's on next?") $></a><br/> + <a href="whats_on.html?type=now"><$ tr("What's on now?") $></a><br/> + <a href="whats_on.html?type=next"><$ tr("What's on next?") $></a><br/> <a href="schedule.html"><$ tr("Schedule") $></a><br /> <a href="timers.html"><$ tr("Timers") $></a><br /> <a href="recordings.html"><$ tr("Recordings") $></a><br /> |