diff options
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r-- | pages/menu.ecpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp index 3841b85..a801a80 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -22,7 +22,8 @@ std::string set_component; <a href="timers.html" <& menu.setactive current=("timers") &>><$ tr("Timers") $></a> | <a href="searchtimers.html" <& menu.setactive current=("searchtimers") &>><$ tr("Searchtimers") $></a> | <a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> | - <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> + <a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a> | + <a id="login" href="login.html?action=logout"><$ tr("Logout") $></a> </div> % if (!component.empty()) { <div class="pagemenu"> |