function system_themes_admin_form_submit

Process system_themes_admin_form form submissions.

File

modules/system/system.admin.inc, line 287

Code

function system_themes_admin_form_submit($form, &$form_state) {
    drupal_set_message(t('The configuration options have been saved.'));
    variable_set('admin_theme', $form_state['values']['admin_theme']);
    variable_set('node_admin_theme', $form_state['values']['node_admin_theme']);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.