SAAS-1019: Re-work Navigation Menu

Added user settings to the Settings sub-menu
This commit is contained in:
drigato 2015-08-17 16:22:55 -04:00
parent e5f5ff4c88
commit 38022f4ff0
2 changed files with 9 additions and 0 deletions

View file

@ -34,6 +34,12 @@ $pages = array(
'module' => 'default',
'controller' => 'Preference'
),
array(
'label' => _('My Profile'),
'controller' => 'user',
'action' => 'edit-user',
'resource' => 'user'
),
array(
'label' => _('Users'),
'module' => 'default',