summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-04 16:00:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-04 16:00:44 +0000
commite039780f51ec034735d6594c48582319a74ec917 (patch)
tree6555c4a0ca7ae245d1f234ce931747ea32732f7b /modules
parent67ae364b46eef4be85aafc8cdee33e0a339d2051 (diff)
downloadbrdo-e039780f51ec034735d6594c48582319a74ec917.tar.gz
brdo-e039780f51ec034735d6594c48582319a74ec917.tar.bz2
- Patch #627048 by Bojhan, yoroy: added user interface category.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 429d45534..9e0d24524 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -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(