You are here

function themekey_css_rule_chain_form_validate in ThemeKey 7.3

Validation of

See also

themekey_rule_chain_form()

File

themekey_css/themekey_css_admin.inc, line 63

Code

function themekey_css_rule_chain_form_validate(&$form, $form_state) {
  themekey_abstract_rule_chain_form_validate($form, $form_state, array(
    'check_enabled_callback' => 'themekey_check_css_exists',
    'not_enabled_message' => t('CSS file does not exist.'),
  ));
}