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.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 69e2019..710feb5 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -43,8 +43,11 @@ $pagetitle = gentitle( $pgtitle );
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
<link rel="stylesheet" type="text/css" href="/themes/<?=$g['theme']?>/new_tab_menu.css" media="all">
<script type="text/javascript" src="/javascript/niftyjsCode.js"></script>
+ <script type="text/javascript" src="/javascript/jquery.js"></script>
<script type="text/javascript">
var theme = "<?php echo $g['theme']; ?>";
+
+ jQuery.noConflict();
</script>
<?php echo "\t<script type=\"text/javascript\" src=\"/themes/{$g['theme']}/loader.js\"></script>\n"; ?>
<?php
@@ -92,4 +95,4 @@ if($config['remote_managed_pages']['item']) {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud