summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-09 04:15:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-09 04:15:19 +0000
commitfca80f8537e0e823db051ef97a645977bf1c8e9f (patch)
tree962bb64cac38557aba127f9c77fa264e404f3c84 /usr/local/www/head.inc
parent5fca058353610c255fe4f25e80fa9d36ed1eb71a (diff)
downloadpfsense-fca80f8537e0e823db051ef97a645977bf1c8e9f.zip
pfsense-fca80f8537e0e823db051ef97a645977bf1c8e9f.tar.gz
Do not inline niftycssCode.css
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index b3899bf..4a57991 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -23,8 +23,8 @@ $pagetitle = gentitle( $pgtitle );
<?php else: ?>
<link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/all.css" media="all" />
<?php endif; ?>
- <?php if(file_exists("niftycssCode.css")) outputCSSFileInline("niftycssCode.css"); ?>
- <?php outputCSSPrintFileInline("niftycssprintCode.css"); ?>
+ <?php if(file_exists("niftycssCode.css")) outputCSSFileInline("niftycssCode.css"); ?>
+ <script type="text/javascript" src="niftycssprintCode.css"></script>
<?php outputJavaScriptFileInline("niftyjsCode.js"); ?>
<script type="text/javascript">
var theme = "<?php echo $g['theme']; ?>";
OpenPOWER on IntegriCloud