X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=3dfe003a3ee68d076776ece914e21ebfd0a0bd7e;hb=4aa7ddaf3e491d34a8caaa7869ccd83dc6d50d52;hp=e6db0a6c1ec7bfd32e40dc0f08450712cfa10bd9;hpb=c13e11794f80ddbe8748132d78bff1559782d570;p=freeside.git diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index e6db0a6c1..3dfe003a3 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 &>