summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-27 03:50:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-27 03:50:05 +0000
commit76cd0d8938a31f69829d7384b7d3c86a12692a30 (patch)
tree7ebdf8cac93f678e93af2be990eb85311722182a /usr/local/www/head.inc
parentd1329286b4c916e4a3780334cde50e8209efc702 (diff)
downloadpfsense-76cd0d8938a31f69829d7384b7d3c86a12692a30.zip
pfsense-76cd0d8938a31f69829d7384b7d3c86a12692a30.tar.gz
Add inline print style css output code and switch nifty to it.
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc16
1 files changed, 7 insertions, 9 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 7af1867..b6386f9 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -23,15 +23,13 @@ $pagetitle = gentitle( $pgtitle );
<?php else: ?>
<link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/all.css" media="all" />
<?php endif; ?>
-
- <?php outputCSSFileInline("niftycssCode.css"); ?>
- <link rel="stylesheet" type="text/css" href="niftycssprintCode.css" media="print">
- <?php outputJavaScriptFileInline("niftyjsCode.js"); ?>
- <script type="text/javascript">
- var theme = "<?php echo $g['theme']; ?>";
- </script>
- <?php outputJavaScriptFileInline("themes/{$g['theme']}/loader.js"); ?>
-
+ <?php outputCSSFileInline("niftycssCode.css"); ?>
+ <?php outputCSSPrintFileInline("niftycssprintCode.css"); ?>
+ <?php outputJavaScriptFileInline("niftyjsCode.js"); ?>
+ <script type="text/javascript">
+ var theme = "<?php echo $g['theme']; ?>";
+ </script>
+ <?php outputJavaScriptFileInline("themes/{$g['theme']}/loader.js"); ?>
<?
/*
OpenPOWER on IntegriCloud