aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_head.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-09-24 12:19:05 -0400
committerjim-p <jimp@pfsense.org>2010-09-24 12:19:05 -0400
commit98af79515ba35770659963e503b4d710b71a3e91 (patch)
treeec4245b9492eb51c52fc10981121004dbc7b1793 /config/snort/snort_head.inc
parenta6ae250626448753ec25daa5b8bf84fdcc431871 (diff)
downloadpfsense-packages-98af79515ba35770659963e503b4d710b71a3e91.tar.gz
pfsense-packages-98af79515ba35770659963e503b4d710b71a3e91.tar.bz2
pfsense-packages-98af79515ba35770659963e503b4d710b71a3e91.zip
More snort theme fixes from garga
Diffstat (limited to 'config/snort/snort_head.inc')
-rw-r--r--config/snort/snort_head.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/snort/snort_head.inc b/config/snort/snort_head.inc
index ca3afc5e..3ab02c84 100644
--- a/config/snort/snort_head.inc
+++ b/config/snort/snort_head.inc
@@ -43,8 +43,14 @@ file_exists("{$g['www_path']}/themes/{$g['theme']}/wizard.css")): ?>
<link rel="stylesheet" type="text/css" href="../niftycssprintCode.css"
media="print">
+<?php if ($config['version'] >= 6): ?>
+<link rel="stylesheet" type="text/css" href="/themes/<?php echo $g['theme']; ?>/new_tab_menu.css"
+ media="all">
+<?php else: ?>
<link rel="stylesheet" type="text/css" href="./css/new_tab_menu.css"
media="all">
+<?php endif; ?>
+
<link rel="stylesheet" type="text/css" href="./css/sexybuttons.css"
media="all" />
<link rel="stylesheet" type="text/css" href="./css/colorbox.css"