summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-09 22:02:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-09 22:02:16 +0000
commit621084b521377713eaad6b14d53f740c7ca1fc89 (patch)
treec4c3c93dc2021e4ad463c14c059f584c77b1cfed /usr/local/www/head.inc
parent8d236bfb7ca12dc3062332b6a96716fb497f00c1 (diff)
downloadpfsense-621084b521377713eaad6b14d53f740c7ca1fc89.zip
pfsense-621084b521377713eaad6b14d53f740c7ca1fc89.tar.gz
Use outputCSSPrintFileInline() function
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 57a6cf8..4c9f61c 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -27,7 +27,7 @@ $pagetitle = gentitle( $pgtitle );
if(file_exists("niftycssCode.css"))
outputCSSFileInline("niftycssCode.css");
if(file_exists("niftycssprintCode.css"))
- outputCSSFileInline("niftycssprintCode.css");
+ outputCSSPrintFileInline("niftycssprintCode.css");
if(file_exists("niftyjsCode.js"))
outputJavaScriptFileInline("niftyjsCode.js");
?>
OpenPOWER on IntegriCloud