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.module11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index ce51cb714..5b3ec5cda 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -582,6 +582,17 @@ function system_menu() {
'type' => MENU_CALLBACK,
);
+ // Development menu category.
+ $items['admin/development'] = array(
+ 'title' => 'Development',
+ 'description' => 'Development tools.',
+ 'position' => 'right',
+ 'weight' => -7,
+ 'page callback' => 'system_admin_menu_block_page',
+ 'access callback' => 'system_admin_menu_block_access',
+ 'access arguments' => array('admin/development', 'access administration pages'),
+ );
+
// Actions.
$items['admin/settings/actions'] = array(
'title' => 'Actions',