constant THEMEKEY_PAGECACHE_UNSUPPORTED in ThemeKey 6.4
Same name and namespace in other branches
- 6.3 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
- 7.3 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
- 7 themekey.module \THEMEKEY_PAGECACHE_UNSUPPORTED
- 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
themekey_properties.module
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);