diff options
author | ivan <ivan> | 2006-01-31 04:26:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-01-31 04:26:54 +0000 |
commit | c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9 (patch) | |
tree | aceba418d4d41bdec62b95f5d20b2b9a2993cceb /httemplate/edit/svc_broadband.cgi | |
parent | 7066204f45124e0100d5330cce63584ff9e4bacb (diff) |
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards
Diffstat (limited to 'httemplate/edit/svc_broadband.cgi')
-rw-r--r-- | httemplate/edit/svc_broadband.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_broadband.cgi b/httemplate/edit/svc_broadband.cgi index 9e064c5c8..cbd0c2c3a 100644 --- a/httemplate/edit/svc_broadband.cgi +++ b/httemplate/edit/svc_broadband.cgi @@ -82,7 +82,7 @@ my ($ip_addr, $speed_up, $speed_down, $blocknum) = %> -<%=header("Broadband Service $action", '')%> +<%=include("/elements/header.html","Broadband Service $action", '')%> <% if ($cgi->param('error')) { %> <FONT SIZE="+1" COLOR="#ff0000">Error: <%=$cgi->param('error')%></FONT><BR> |