From 17362f94741649e27510b90d3fd73a4bcb7626a5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 9 Apr 2013 12:20:20 +0200 Subject: [PATCH] Showing "Help" menu item below "Settings" --- admin/code/LeftAndMain.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/code/LeftAndMain.php b/admin/code/LeftAndMain.php index 3993c802d..cf0129f20 100644 --- a/admin/code/LeftAndMain.php +++ b/admin/code/LeftAndMain.php @@ -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