diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 014ac6e5e..fd8a03d99 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -157,6 +157,8 @@ Example: </TD> +% } else { #$menu_position eq 'top' + <BR> % } %# page content starts here <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> --> @@ -166,7 +168,7 @@ Example: </H1> % unless ( $nobr ) { - <BR><BR> + <BR> % } <% $menubar !~ /^\s*$/ ? "$menubar<BR><BR>" : '' %> |