You are here

function nitro_theme_settings_form_validate in Arctica Nitro 7

@todo

1 string reference to 'nitro_theme_settings_form_validate'
nitro_form_system_theme_settings_alter in ./nitro.module
Implements hook_form_FORM_ID_alter().

File

./nitro.module, line 82
Module file for Arctica Nitro.

Code

function nitro_theme_settings_form_validate($form, &$form_state) {
  unset($form_state['values']['nitro_reset'], $form_state['values']['nitro_export']);
}