- Patch #627048 by Bojhan, yoroy: added user interface category.
parent
67ae364b46
commit
e039780f51
|
@ -989,6 +989,15 @@ function system_menu() {
|
||||||
'file' => 'system.admin.inc',
|
'file' => 'system.admin.inc',
|
||||||
'weight' => -10,
|
'weight' => -10,
|
||||||
);
|
);
|
||||||
|
$items['admin/config/user-interface'] = array(
|
||||||
|
'title' => 'User interface',
|
||||||
|
'description' => 'Tools that enhance the user interface.',
|
||||||
|
'position' => 'right',
|
||||||
|
'page callback' => 'drupal_get_form',
|
||||||
|
'access arguments' => array('access administration pages'),
|
||||||
|
'file' => 'system.admin.inc',
|
||||||
|
'weight' => -5,
|
||||||
|
);
|
||||||
|
|
||||||
// Reports.
|
// Reports.
|
||||||
$items['admin/reports'] = array(
|
$items['admin/reports'] = array(
|
||||||
|
|
Loading…
Reference in New Issue