merge in rt 3.6.6. *gulp*!
[freeside.git] / rt / html / Elements / PageLayout
index 1aa1490..b9fd31f 100644 (file)
     <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>