summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-06-16 07:49:09 -0400
committerjim-p <jimp@pfsense.org>2017-06-21 09:55:06 -0400
commitb66865b560d3f0cdaa13efc6beacb517e7444be9 (patch)
tree5e58cb1f7ba85ffe2ab180572ee93b12a7b50def /src/usr/local
parent7e78fa710742653ba5db751407926baf85677097 (diff)
downloadpfsense-b66865b560d3f0cdaa13efc6beacb517e7444be9.zip
pfsense-b66865b560d3f0cdaa13efc6beacb517e7444be9.tar.gz
Change paid support help link to new support URL
(cherry picked from commit 16bf962333c3897170defb6bf95a2d69c7fdf506)
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 355c187..2cf5d2f 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -420,7 +420,7 @@ if (!$g['disablehelpmenu']) {
$help_menu[] = array(gettext("User Forum"), "https://www.pfsense.org/j.php?jumpto=forum");
$help_menu[] = array(gettext("Documentation"), "https://www.pfsense.org/j.php?jumpto=doc");
- $help_menu[] = array(gettext("Paid Support"), "https://www.pfsense.org/j.php?jumpto=portal");
+ $help_menu[] = array(gettext("Paid Support"), "https://www.netgate.com/support");
$help_menu[] = array(gettext("pfSense Book"), "https://www.pfsense.org/j.php?jumpto=book");
$help_menu[] = array(gettext("FreeBSD Handbook"), "https://www.pfsense.org/j.php?jumpto=fbsdhandbook");
$help_menu = msort(array_merge($help_menu, return_ext_menu("Help")), 0);
@@ -517,7 +517,7 @@ if (($pagename === "index.php") && ($numColumns > 2)) {
unset($notitle);
} else {
if (isset($pglinks)) {
- print(genhtmltitle($pgtitle, $pglinks));
+ print(genhtmltitle($pgtitle, $pglinks));
} else {
print(genhtmltitle($pgtitle));
}
OpenPOWER on IntegriCloud