Revision caf21e6b
Added by Renato Botelho over 9 years ago
src/usr/local/www/head.inc | ||
---|---|---|
382 | 382 |
$help_menu[] = array(gettext("Developers Wiki"), "https://www.pfsense.org/j.php?jumpto=devwiki"); |
383 | 383 |
$help_menu[] = array(gettext("Paid Support"), "https://www.pfsense.org/j.php?jumpto=portal"); |
384 | 384 |
$help_menu[] = array(gettext("pfSense Book"), "https://www.pfsense.org/j.php?jumpto=book"); |
385 |
$help_menu[] = array(gettext("Search Portal"), "https://www.pfsense.org/j.php?jumpto=searchportal"); |
|
386 | 385 |
$help_menu[] = array(gettext("FreeBSD Handbook"), "https://www.pfsense.org/j.php?jumpto=fbsdhandbook"); |
387 | 386 |
$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")), 0); |
388 | 387 |
} |
Also available in: Unified diff
Remove Help -> Search Portal menu entry, it fixes #5894