- Patch #627048 by Bojhan, yoroy: added user interface category.

merge-requests/26/head
Dries Buytaert 2009-12-04 16:00:44 +00:00
parent 67ae364b46
commit e039780f51
1 changed files with 9 additions and 0 deletions

View File

@ -989,6 +989,15 @@ function system_menu() {
'file' => 'system.admin.inc',
'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.
$items['admin/reports'] = array(