summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-04-01 16:55:55 +0100
committerColin Fleming <cj_fleming@sky.com>2014-04-01 16:55:55 +0100
commitbd42727d067c30228ee648f782a8eb71d8fa1202 (patch)
tree450ba7df12e7ce8569bc878c43a8962b90e56c35 /usr/local/www/head.inc
parentef322f451144f933bb9f7d1ab2f34f7b9d90a014 (diff)
downloadpfsense-bd42727d067c30228ee648f782a8eb71d8fa1202.zip
pfsense-bd42727d067c30228ee648f782a8eb71d8fa1202.tar.gz
Tidy up "system_information.widget.php" XHTML
Add CDATA secttions to script Remove link to CSS file and place it in HEAD.INC and add "type"
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 55ed98a..8b2ba82 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -33,6 +33,7 @@ $pagetitle = gentitle( $pgtitle );
<link rel="stylesheet" type="text/css" href="/niftycssCode.css" />
<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" />
+ <link rel="stylesheet" type="text/css" href="javascript/jquery/jquery-ui.custom.css" />
<script type="text/javascript" src="/javascript/niftyjsCode.js"></script>
<script type="text/javascript" src="/javascript/jquery.js"></script>
<script type="text/javascript" src="/javascript/jquery/jquery-ui.custom.min.js"></script>
OpenPOWER on IntegriCloud