mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Showing "Help" menu item below "Settings"
This commit is contained in:
parent
7d600f57d5
commit
17362f9474
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user