summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-09 02:29:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-09 02:29:27 +0000
commit07648d56767c2922faabe38c13ac8371498383db (patch)
tree889b46b913f5cbf69ee3bc0780e9f921e618c2c6 /usr/local/www/head.inc
parent64cc39d3dd0c79701087f99978ad8134ab7db2dc (diff)
downloadpfsense-07648d56767c2922faabe38c13ac8371498383db.zip
pfsense-07648d56767c2922faabe38c13ac8371498383db.tar.gz
Unbreak 1.3 CP.
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 f8d0d2b..b3899bf 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -23,7 +23,7 @@ $pagetitle = gentitle( $pgtitle );
<?php else: ?>
<link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/all.css" media="all" />
<?php endif; ?>
- <?php outputCSSFileInline("niftycssCode.css"); ?>
+ <?php if(file_exists("niftycssCode.css")) outputCSSFileInline("niftycssCode.css"); ?>
<?php outputCSSPrintFileInline("niftycssprintCode.css"); ?>
<?php outputJavaScriptFileInline("niftyjsCode.js"); ?>
<script type="text/javascript">
OpenPOWER on IntegriCloud