summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-09-11 08:54:04 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-09-11 08:54:04 +0000
commit1df0159c0897cc1616efff4580a651bbc478060b (patch)
tree2f55ec87f194c84d60cf2ed1ffd94e146b5794a8 /usr/local/www/head.inc
parentd772ac32580e088437a9bbedfc2a348d2760a5aa (diff)
downloadpfsense-1df0159c0897cc1616efff4580a651bbc478060b.zip
pfsense-1df0159c0897cc1616efff4580a651bbc478060b.tar.gz
XHTML/CSS Clean Up
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 04a55b0..37410e9 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -16,8 +16,9 @@ else
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/all.css" media="all" />
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print" />
- <script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/loader.js"></script>
<script type="text/javascript">var theme = "<?php echo $g['theme']; ?>"</script>
+ <script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/loader.js"></script>
+
<?
/*
@@ -38,9 +39,12 @@ else
}
}
+ if ($oSajax):
?>
-
-
+ <script language="javascript" type="text/javascript">
+ <?php $oSajax->sajax_show_javascript(); ?>
+ </script>
+<? endif; ?>
<?php if (!isset($closehead)){ ?>
</head>
OpenPOWER on IntegriCloud