Showing "Help" menu item below "Settings"

This commit is contained in:
Ingo Schommer 2013-04-09 12:20:20 +02:00
parent 7d600f57d5
commit 17362f9474

View File

@ -208,7 +208,8 @@ class LeftAndMain extends Controller implements PermissionProvider {
CMSMenu::add_link(
'Help',
_t('LeftAndMain.HELP', 'Help', 'Menu title'),
$this->config()->help_link
$this->config()->help_link,
-2
);
// Allow customisation of the access check by a extension