summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index e3d01214d..69f4fe627 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -525,6 +525,13 @@ function system_menu() {
'access callback' => 'system_admin_menu_block_access',
'access arguments' => array('admin/settings', 'access administration pages'),
);
+ $items['admin/config'] = array(
+ 'title' => 'Configuration and modules',
+ 'page callback' => 'system_admin_config_page',
+ 'position' => 'right',
+ 'access callback' => array('system_admin_menu_block_access'),
+ 'access arguments' => array('admin/config', 'access administration pages'),
+ );
$items['admin/structure'] = array(
'title' => 'Structure',
'description' => 'Control how your site looks and feels.',