summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
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