diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-14 00:13:02 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-14 00:13:02 -0700 |
commit | 6c23a2c53a897f1f18087b49a627ae3d83c6e52b (patch) | |
tree | 15172ae9f77ae512c18be5facb192ec863efc352 /httemplate/elements | |
parent | 51bcbace2c49a69ae249e4f8212c09fe3b5f0f82 (diff) |
UI spring cleaning: space title from top menu
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>" : '' %> |