summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-17 18:43:05 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-17 18:43:05 +0000
commit6b7c6a5ee69d98c7db759de19fe1f04e812a6881 (patch)
tree0b2684bd80ef3d1a9695e943207775b73ce82fce /usr/local/www/head.inc
parent7db8eedb9447b438b856f8f351a955362644b387 (diff)
downloadpfsense-6b7c6a5ee69d98c7db759de19fe1f04e812a6881.zip
pfsense-6b7c6a5ee69d98c7db759de19fe1f04e812a6881.tar.gz
just making themes work a little better :)
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 5e2ef81..1d44007 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -18,7 +18,7 @@ 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="/niftyjsCode.js"></script>
+ <script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/loader.js"></script>
<?php if (!isset($closehead)){ ?>
</head>
<?php } ?>
OpenPOWER on IntegriCloud