summaryrefslogtreecommitdiff
path: root/rt/html/Elements/PageLayout
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Elements/PageLayout')
-rw-r--r--rt/html/Elements/PageLayout3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout
index 1aa149013..b9fd31f71 100644
--- a/rt/html/Elements/PageLayout
+++ b/rt/html/Elements/PageLayout
@@ -75,9 +75,11 @@
<TR HEIGHT="100%">
<TD>
+% if ( $show_menu ) {
<div id="nav">
<& /Elements/Menu, toptabs => $toptabs, current_toptab => $current_toptab &>
</div>
+% }
<div id="header">
<h1><%$title%></h1>
@@ -250,4 +252,5 @@ $actions => undef
$subactions => undef
$title => $m->callers(-1)->path
$AppName => undef
+$show_menu => 1
</%ARGS>