summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:03:00 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:03:00 +0000
commit6f4a312a387df10bc38d1e058100ae43f2e8effd (patch)
tree39fdf2d05068b9d1fca3bed4de1131bdfea00622 /usr/local/www/head.inc
parent310b2c069313b2e89e882ee8be36db0ca77690e7 (diff)
downloadpfsense-6f4a312a387df10bc38d1e058100ae43f2e8effd.zip
pfsense-6f4a312a387df10bc38d1e058100ae43f2e8effd.tar.gz
Close <head> by default, but allow for pages that do "extra" stuff that needs to be in head
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 7b5f1ec..20d672a 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -7,4 +7,6 @@
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
<link href="gui.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/niftyjsCode.js"></script>
+<?php if (!isset($closehead)){ ?>
</head>
+<?php } ?>
OpenPOWER on IntegriCloud