summaryrefslogtreecommitdiff
path: root/pages/menu.ecpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-01 16:56:16 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-01 16:56:16 +0100
commit98c93ca4796184dac04671554ad625c7de643f43 (patch)
treee68f189fdcd9db2b9c5e14c62d5f1f571b862206 /pages/menu.ecpp
parent21c19b3924a44ad284f284dcf3b6ed4cb8a710e7 (diff)
parent78bf26e22bb4d921d0270e64974daceb78130019 (diff)
downloadvdr-plugin-live-98c93ca4796184dac04671554ad625c7de643f43.tar.gz
vdr-plugin-live-98c93ca4796184dac04671554ad625c7de643f43.tar.bz2
Merge remote branch 'mav55/MultiSchedule'
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r--pages/menu.ecpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp
index 1159014..5721e42 100644
--- a/pages/menu.ecpp
+++ b/pages/menu.ecpp
@@ -36,6 +36,7 @@ if (!component.empty()) {
<div class="menu">
<a href="whats_on.html?type=now" <& menu.setactive current=("whats_on") &>><$ tr("What's on?") $></a>
| <a href="schedule.html" <& menu.setactive current=("schedule") &>><$ trVDR("Schedule") $></a>
+ | <a href="multischedule.html" <& menu.setactive current=("multischedule") &>><$ trVDR("MultiSchedule") $></a>
| <a href="timers.html" <& menu.setactive current=("timers") &>><$ trVDR("Timers") $></a>
<%cpp>
if ( LiveFeatures< features::epgsearch >().Recent() ) {
@@ -85,6 +86,7 @@ if (!component.empty()) {
<div> <!-- inner -->
<& menu.component current=("whats_on") &>
<& menu.component current=("schedule") &>
+ <& menu.component current=("multischedule") &>
<& menu.component current=("timers") &>
<%cpp>
if (LiveFeatures< features::epgsearch >().Recent()) {