function omega_tools_subtheme_wizard_cancel in Omega Tools 7.3
@todo
1 string reference to 'omega_tools_subtheme_wizard_cancel'
- omega_tools_subtheme_wizard in includes/
omega_tools.wizard.inc - @todo
File
- includes/
omega_tools.wizard.inc, line 47
Code
function omega_tools_subtheme_wizard_cancel(&$form_state) {
$subtheme =& $form_state['subtheme'];
$form_state['redirect'] = 'admin/appearance';
omega_tools_cache_clear($subtheme->machine_name);
file_unmanaged_delete_recursive($subtheme->path);
}