diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-09-10 06:32:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-09-10 06:32:54 +0000 |
commit | 82b51dff1d2fd90b439129c70b415d30a06d1bce (patch) | |
tree | edfb79ed032aef5da4daeacac0800dc79f0ac73f /modules/system/system.module | |
parent | d481f1cd364de615d274c2ccde68e37126f1959e (diff) | |
download | brdo-82b51dff1d2fd90b439129c70b415d30a06d1bce.tar.gz brdo-82b51dff1d2fd90b439129c70b415d30a06d1bce.tar.bz2 |
- Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index ff4cf4ed3..7d04cffa9 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -534,15 +534,6 @@ function system_menu() { ); // Menu items that are basically just menu blocks. - $items['admin/settings'] = array( - 'title' => 'Site configuration', - 'description' => 'Configure site settings.', - 'position' => 'right', - 'weight' => -2, - 'page callback' => 'system_settings_overview', - 'access arguments' => array('access administration pages'), - 'file' => 'system.admin.inc', - ); $items['admin/structure'] = array( 'title' => 'Structure', 'description' => 'Control how your site looks and feels.', |