X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=699f82c53d65764d3762bd63c4cb584a54d138f9;hb=11df448ba461eed4d33fded0f21ed15c155a7896;hp=98a8d7c5ef4c98b8d51219df3de184c99a97c5de;hpb=5376c66e2e5c1849763777f9d44ad013405c1d9e;p=freeside.git diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 98a8d7c5e..699f82c53 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -24,7 +24,7 @@ Example: - <% encode_entities($title) || $title_noescape %> + <% encode_entities($title) || $title_noescape |n %> @@ -53,6 +53,12 @@ Example: <% $head |n %> +%# announce our base path, and the Mason comp path of this page + + STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px"> @@ -178,6 +184,7 @@ Example: % } <% $menubar !~ /^\s*$/ ? "$menubar

" : '' %> + <%init> my( $title, $title_noescape, $menubar, $etc, $head ) = ( '', '', '', '', '' ); @@ -225,4 +232,5 @@ if ( scalar(@agentnums) == 1 ) { $company_name = $conf->config('company_name'); $company_url = $conf->config('company_url'); } +