function node_form_system_themes_admin_form_submit

Form submission handler for system_themes_admin_form().

See also

node_form_system_themes_admin_form_alter()

1 string reference to 'node_form_system_themes_admin_form_submit'

File

drupal/core/modules/node/node.module, line 2429
The core module that allows content to be submitted to the site.

Code

function node_form_system_themes_admin_form_submit($form, &$form_state) {
  variable_set('node_admin_theme', $form_state['values']['node_admin_theme']);
}