Improved configuration tabs names and display order
This commit is contained in:
parent
73119071ea
commit
ed2dd31a97
7 changed files with 14 additions and 7 deletions
|
@ -161,12 +161,13 @@ function stormorganization_menu() {
|
|||
);
|
||||
|
||||
$items['admin/settings/suitedesk/organization'] = array(
|
||||
'title' => 'SuiteDesk organization',
|
||||
'title' => 'Organization',
|
||||
'description' => 'SuiteDesk organization administration page',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('stormorganization_admin_settings'),
|
||||
'access arguments' => array('Storm: access administration pages'),
|
||||
'type' => MENU_LOCAL_TASK,
|
||||
'weight' => 10,
|
||||
);
|
||||
|
||||
return $items;
|
||||
|
|
Reference in a new issue