function nitro_theme_reset_confirm_submit in Arctica Nitro 7
@todo
File
- includes/
nitro.admin.inc, line 22
Code
function nitro_theme_reset_confirm_submit($form, &$form_state) {
$themes = list_themes();
$theme = $form_state['theme'];
nitro_revert_theme_settings($theme);
$form_state['redirect'] = 'admin/appearance/settings/' . $theme;
}