$form['theme_select']=system_theme_select_form(t('Selecting a different theme will change the look and feel of the site.'),isset($edit['theme'])?$edit['theme']:NULL,2);
if(variable_get('configurable_timezones',1)){
system_user_timezone($edit,$form);
}
...
...
@@ -1585,68 +1580,6 @@ function system_admin_menu_block($item) {
return$content;
}
/**
* Returns a fieldset containing the theme select form.
$screenshot=$screenshot?theme('image',$screenshot,t('Screenshot for %theme theme',array('%theme'=>$info->name)),'',array('class'=>'screenshot'),FALSE):t('no screenshot');