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.admin.inc | |
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.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 0f98ef355..37d1fc2a0 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -184,7 +184,7 @@ function system_settings_overview() { db_check_setup(); } - $item = menu_get_item('admin/settings'); + $item = menu_get_item('admin/config'); $content = system_admin_menu_block($item); $output = theme('admin_block_content', $content); @@ -1417,7 +1417,7 @@ function system_performance_settings() { $disabled = !$is_writable; $disabled_message = ''; if(!$is_writable) { - $disabled_message = ' ' . t('<strong class="error">Please set up the <a href="!file-system">public files directory</a> to make these optimizations available.</strong>', array('!file-system' => url('admin/settings/file-system'))); + $disabled_message = ' ' . t('<strong class="error">Please set up the <a href="!file-system">public files directory</a> to make these optimizations available.</strong>', array('!file-system' => url('admin/config/media/file-system'))); } $form['bandwidth_optimization'] = array( |