From 735e532bee7482fc55b91dd39b1e629dfd9e1957 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Aug 2009 11:52:46 +0000 Subject: =?UTF-8?q?-=20Patch=20#508458=20by=20catch,=20G=C3=A1bor=20Hojtsy?= =?UTF-8?q?,=20yoroy:=20created=20'Configuration=20and=20modules'=20sectio?= =?UTF-8?q?n=20so=20we=20can=20start=20moving=20over=20configuration=20ite?= =?UTF-8?q?ms.=20Let's=20see=20how=20this=20goes=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/system.module | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/system/system.module') 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.', -- cgit v1.2.3