summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-05 13:03:03 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-05 13:03:03 -0400
commitedba14230571da1d7e15010eba3ea651cf099415 (patch)
tree3776cee2a0299662a4fd8e6d9fc5ac9672c38f5e /usr/local/www/head.inc
parent2fd616d2bb10ee14217965e0bf20182cc4b66a87 (diff)
downloadpfsense-edba14230571da1d7e15010eba3ea651cf099415.zip
pfsense-edba14230571da1d7e15010eba3ea651cf099415.tar.gz
Make the new tabs themable
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 68b664e..3bc1e25 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -39,7 +39,7 @@ $pagetitle = gentitle( $pgtitle );
<?php endif; ?>
<link rel="stylesheet" type="text/css" href="/niftycssCode.css">
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
- <link rel="stylesheet" type="text/css" href="/new_tab_menu.css" media="all">
+ <link rel="stylesheet" type="text/css" href="/themes/<?=$g['theme']?>/new_tab_menu.css" media="all">
<script type="text/javascript" src="/javascript/niftyjsCode.js"></script>
<script type="text/javascript">
var theme = "<?php echo $g['theme']; ?>";
OpenPOWER on IntegriCloud