You are here

constant THEMEKEY_PAGECACHE_UNSUPPORTED in ThemeKey 6.3

Same name and namespace in other branches
  1. 6.4 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
  2. 7.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 | Cocomore AG

@author profix898

See also

themekey_properties.module

http://drupal.org/user/124705

http://drupal.org/user/35192

5 uses of THEMEKEY_PAGECACHE_UNSUPPORTED
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_rebuild in ./themekey_build.inc
Rebuilds all ThemeKey related drupal variables by calling ThemeKey's hooks:
themekey_taxonomy_themekey_properties in modules/themekey.taxonomy.inc
Implements hook_themekey_properties().
themekey_user_themekey_properties in modules/themekey.user.inc
Implements hook_themekey_properties().
themekey_wurfl_themekey_properties in modules/themekey.wurfl.inc
Implements hook_themekey_properties().

File

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

Code

define('THEMEKEY_PAGECACHE_UNSUPPORTED', 0);