diff options
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index e9b5faf..a8eba86 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -39,6 +39,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); % if ( LiveFeatures< features::epgsearch >().Recent() ) { | <a href="searchepg.html" <& menu.setactive current=("searchepg") &>><$ tr("Search") $></a> | <a href="searchtimers.html" <& menu.setactive current=("searchtimers") &>><$ tr("Searchtimers") $></a> + | <a href="timerconflicts.html" <& menu.setactive current=("timerconflicts") &>><$ tr("Timer conflicts") $></a> % } | <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> | <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> |