You are here

constant THEMEKEY_PAGECACHE_UNSUPPORTED in ThemeKey 7.2

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.3 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
  4. 7 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

7 uses of THEMEKEY_PAGECACHE_UNSUPPORTED
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
themekey_purl_themekey_properties in modules/themekey.purl.inc
Implements hook_themekey_properties().
themekey_rebuild in ./themekey_build.inc
Rebuilds all ThemeKey-related Drupal variables by calling ThemeKey's hooks:
themekey_system_themekey_properties in modules/themekey.system.inc
Implements hook_themekey_properties().

... See full list

File

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

Code

define('THEMEKEY_PAGECACHE_UNSUPPORTED', 0);