diff options
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 946b1087b..d19f0e4b3 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -24,9 +24,7 @@ my $otaker = getotaker; my $p1 = popurl(1); -%> - -<%= header("Post Credit", '') %> +%><%= include('/elements/header-popup.html', 'Post Credit') %> <% if ( $cgi->param('error') ) { %> <FONT SIZE="+1" COLOR="#ff0000">Error: <%= $cgi->param('error') %></FONT> |