diff options
author | ivan <ivan> | 2008-03-03 23:12:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-03 23:12:43 +0000 |
commit | 2b8d967812822d1aec85faa458d13f0172281139 (patch) | |
tree | bef98df624b339a1f0ba35f7711987b835d416f3 /rt/html/Elements/PageLayout | |
parent | c648976f0b7975f2328ebd7ba8c711fad0ca4195 (diff) |
merge in rt 3.6.6. *gulp*!
Diffstat (limited to 'rt/html/Elements/PageLayout')
-rw-r--r-- | rt/html/Elements/PageLayout | 3 |
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> |