function themekey_rule_chain_form_validate in ThemeKey 7.3
Same name and namespace in other branches
- 7 themekey_admin.inc \themekey_rule_chain_form_validate()
- 7.2 themekey_admin.inc \themekey_rule_chain_form_validate()
Validation of
See also
File
- ./
themekey_admin.inc, line 262
Code
function themekey_rule_chain_form_validate(&$form, $form_state) {
themekey_abstract_rule_chain_form_validate($form, $form_state, array(
'check_enabled_callback' => 'themekey_check_theme_enabled',
'not_enabled_message' => t('Theme is not enabled.'),
));
}