You are here

constant THEMEKEY_PAGECACHE_UNSUPPORTED in ThemeKey 7.3

Same name and namespace in other branches
  1. 6.4 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
  2. 6.3 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
  3. 7 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
  4. 7.2 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED

@file ThemeKey is designed as a generic theme-switching module.

ThemeKey allows you to define simple or sophisticated Theme Switching Rules. Using these rules you are able to use a different theme depending on current path, taxonomy terms, language, node type and many, many more properties. It can also be easily extended to support additional properties as exposed by other modules.

@author Markus Kalkbrenner | bio.logis GmbH

@author profix898

See also

http://drupal.org/user/124705

http://drupal.org/user/35192

11 uses of THEMEKEY_PAGECACHE_UNSUPPORTED
themekey_browscap_themekey_properties in modules/themekey.browscap.inc
Implements hook_themekey_properties().
themekey_locale_themekey_properties in modules/themekey.locale.inc
Implements hook_themekey_properties().
themekey_mobile_detect_api_themekey_properties_helper in modules/themekey.mobile_detect_api.inc
Re-usable helper function to create the mobile_detect:is... properties.
themekey_overlay_themekey_properties in modules/themekey.overlay.inc
Implements hook_themekey_properties().
themekey_page_cache_warning in ./themekey_admin.inc
Detects if page cache is active and incompatible properties are used in theme switching rule chain.

... See full list

File

./themekey.module, line 20
ThemeKey is designed as a generic theme-switching module.

Code

define('THEMEKEY_PAGECACHE_UNSUPPORTED', 0);