From e039780f51ec034735d6594c48582319a74ec917 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Dec 2009 16:00:44 +0000 Subject: - Patch #627048 by Bojhan, yoroy: added user interface category. --- modules/system/system.module | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/system/system.module') 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( -- cgit v1.2.3