summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-09-03 17:31:25 +0000
committerBill Marquette <billm@pfsense.org>2005-09-03 17:31:25 +0000
commit7067dae5358eb87b629938a4740a835cbd7a8202 (patch)
tree6e2aaaac63f687be36d75df12457094f8771e191 /usr/local/www/head.inc
parente28f018e6c5d438410883489726aa663f2d79a25 (diff)
downloadpfsense-7067dae5358eb87b629938a4740a835cbd7a8202.zip
pfsense-7067dae5358eb87b629938a4740a835cbd7a8202.tar.gz
Ticket #454
Export theme to javascript as theme (imaginative, I know) use path to theme icons for x.gif
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index ca98497..9e71869 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -17,6 +17,7 @@ else
<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>
<?
/*
OpenPOWER on IntegriCloud