summaryrefslogtreecommitdiff
path: root/pages/menu.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'pages/menu.ecpp')
-rw-r--r--pages/menu.ecpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/menu.ecpp b/pages/menu.ecpp
index 5acbc13..ac31d79 100644
--- a/pages/menu.ecpp
+++ b/pages/menu.ecpp
@@ -39,9 +39,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
% }
<a href="recordings.html" <& menu.setactive current=("recordings") &>><$ tr("Recordings") $></a> |
<a href="remote.html" <& menu.setactive current=("remote") &>><$ tr("Remote Control") $></a>
-<!-- Used by D.H. to test infobox (not part of the released version)
+<# --- Used by D.H. to test infobox (not part of the released version)
| <a href="ibox_status.html" <& menu.setactive current=("status") &>><$ tr("Status Test") $></a>
--->
+--- #>
% if (LiveSetup().UseAuth()) {
| <a id="login" href="login.html?action=logout"><$ tr("Logout") $></a>
% }