You are here

function theme_themekey_redirect_rule_chain_form in ThemeKey 7.3

Themes themekey_redirect_rule_chain_form() and adds drag'n'drop features.

File

themekey_redirect/themekey_redirect_admin.inc, line 123

Code

function theme_themekey_redirect_rule_chain_form($variables) {
  return theme_themekey_abstract_rule_chain_form($variables, array(
    'header' => array(
      t('Redirecting Rule Chain'),
      t('Target'),
      t('Enabled'),
      t('Operation'),
      t('Parent'),
      t('Weight'),
      t('Page<br />Cache'),
    ),
  ));
}