From 82b51dff1d2fd90b439129c70b415d30a06d1bce Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Sep 2009 06:32:54 +0000 Subject: - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. --- modules/system/system.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.admin.inc') 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('Please set up the public files directory to make these optimizations available.', array('!file-system' => url('admin/settings/file-system'))); + $disabled_message = ' ' . t('Please set up the public files directory to make these optimizations available.', array('!file-system' => url('admin/config/media/file-system'))); } $form['bandwidth_optimization'] = array( -- cgit v1.2.3