diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-09 04:15:19 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-09 04:15:19 +0000 |
commit | fca80f8537e0e823db051ef97a645977bf1c8e9f (patch) | |
tree | 962bb64cac38557aba127f9c77fa264e404f3c84 /usr/local | |
parent | 5fca058353610c255fe4f25e80fa9d36ed1eb71a (diff) | |
download | pfsense-fca80f8537e0e823db051ef97a645977bf1c8e9f.zip pfsense-fca80f8537e0e823db051ef97a645977bf1c8e9f.tar.gz |
Do not inline niftycssCode.css
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/head.inc | 4 |
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']; ?>"; |