You are here

function themekey_redirect_rule_chain_form_validate in ThemeKey 7.3

Validation of

See also

themekey_rule_chain_form()

File

themekey_redirect/themekey_redirect_admin.inc, line 64

Code

function themekey_redirect_rule_chain_form_validate(&$form, $form_state) {
  themekey_abstract_rule_chain_form_validate($form, $form_state, array(
    'check_enabled_callback' => 'themekey_redirect_check_url',
    'not_enabled_message' => t('Not a valid URL'),
  ));
}