diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 7a8983c4..39f87627 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -34,6 +34,8 @@ class LeftAndMain extends Controller { static $ForceReload; + static $help_link = 'http://userhelp.silverstripe.org'; + static $allowed_actions = array( 'index', 'ajaxupdateparent', @@ -109,7 +111,7 @@ class LeftAndMain extends Controller { CMSMenu::add_link( 'Help', _t('LeftAndMain.HELP', 'Help', PR_HIGH, 'Menu title'), - 'http://userhelp.silverstripe.org' + self::$help_link ); // set reading lang