move header() to include(/elements/header.html) so it can be changed in one place...
[freeside.git] / httemplate / edit / cust_pay.cgi
index 0370ab7..94fd06c 100755 (executable)
@@ -45,7 +45,7 @@ $title .= " against Invoice #$linknum" if $link eq 'invnum';
 
 %>
 
-<%=  header($title, '') %>
+<%=  include("/elements/header.html",$title, '') %>
 
 <% if ( $cgi->param('error') ) { %>
 <FONT SIZE="+1" COLOR="#ff0000">Error: <%= $cgi->param('error') %></FONT>