X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=c6266ce34523484425e1c4966662c1a9531fb86d;hp=0f9c1e2501420f0d8bbf77697f77eba71402be0c;hb=9fae251fc1e3069694ebaf4fae62bde844f45cff;hpb=a8e4b1744a6bbd2e1509b58e73b1d52751563880 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 0f9c1e250..c6266ce34 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -1,8 +1,9 @@ -<% include('/elements/header.html', { +<& /elements/header.html, { 'title' => $title, + 'head' => $head, 'nobr' => 1, - }) -%> + } +&>
% my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) { @@ -21,17 +22,16 @@ % } -<% include('/elements/menubar.html', +<& /elements/menubar.html, { 'newstyle' => 1, 'selected' => $viewname{$view}, 'url_base' => $cgi->url. "?custnum=$custnum;show=", }, %views, - ) -%> +&>
-<% include('/elements/init_overlib.html') %> +<& /elements/init_overlib.html &>