summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-08 14:49:33 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-08 14:49:33 -0300
commit281812371182b224bf11382a1c9f3073ec6d112a (patch)
treec4fb47128673f83c6c613261dc7bd22175910198 /usr/local/www/fbegin.inc
parenta3fa7aaccd962c887b6688729d6e99d6a694c7c7 (diff)
downloadpfsense-281812371182b224bf11382a1c9f3073ec6d112a.zip
pfsense-281812371182b224bf11382a1c9f3073ec6d112a.tar.gz
Add a new global option, disablehelpicon, to hide help icon from all pages
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 9d29864..3f69cd6 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -409,7 +409,9 @@ function add_to_menu($url, $name) {
<div>
<span class="pgtitle"><?=genhtmltitle($pgtitle);?></font></span>
+<?php if(! $g['disablehelpicon']): ?>
<span style="float:right; margin: 0 0 20px 20px;"><a href="<?php echo $helpurl; ?>" target="_new" title="Help for items on this page."><img src="/themes/<?php echo $g['theme']; ?>/images/help.png" border="0"></a></span>
+<?php endif; ?>
</div>
<br />
OpenPOWER on IntegriCloud