summaryrefslogtreecommitdiff
path: root/httemplate/browse/nas.cgi
diff options
context:
space:
mode:
authorivan <ivan>2001-10-30 14:54:07 +0000
committerivan <ivan>2001-10-30 14:54:07 +0000
commitc14a267229fc0d6f2d2afdebab3bd34d825df2ef (patch)
treea9f908e34d0f6664decae78e4c30f41b2c80ece4 /httemplate/browse/nas.cgi
parent160db3d20070241532162f8fa257e2ae4dd1f611 (diff)
get rid of header foo in individual templates
Diffstat (limited to 'httemplate/browse/nas.cgi')
-rwxr-xr-xhttemplate/browse/nas.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/nas.cgi b/httemplate/browse/nas.cgi
index 5125bacb7..6df40e049 100755
--- a/httemplate/browse/nas.cgi
+++ b/httemplate/browse/nas.cgi
@@ -17,7 +17,7 @@ $cgi = new CGI;
$p=popurl(2);
-print $cgi->header( @FS::CGI::header ), header('NAS ports', menubar(
+print header('NAS ports', menubar(
'Main Menu' => $p,
));