diff options
Diffstat (limited to 'httemplate/misc/link.cgi')
-rwxr-xr-x | httemplate/misc/link.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/link.cgi b/httemplate/misc/link.cgi index 18cd378d3..e2bdda7d5 100755 --- a/httemplate/misc/link.cgi +++ b/httemplate/misc/link.cgi @@ -31,7 +31,7 @@ my $link_field2 = $link_field2{$svcdb}; %> -<%= header("Link to existing $svc") %> +<%= include("/elements/header.html","Link to existing $svc") %> <FORM ACTION="<%= popurl(1) %>process/link.cgi" METHOD=POST> <% if ( $link_field ) { %> |