You are here

function themekey_redirect_themekey_disabled_paths in ThemeKey 7.3

Same name in this branch
  1. 7.3 docs/themekey.api.php \themekey_redirect_themekey_disabled_paths()
  2. 7.3 themekey_redirect/themekey_redirect.module \themekey_redirect_themekey_disabled_paths()

By implementing hook_themekey_disabled_paths() you can specify paths where ThemeKey should not be active.

File

docs/themekey.api.php, line 172
ThemeKey API documentation

Code

function themekey_redirect_themekey_disabled_paths() {
  return array(
    'themekey/redirect_callback',
  );
}