constant THEMEKEY_PAGECACHE_TIMEBASED in ThemeKey 6.3
Same name and namespace in other branches
- 6.4 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
- 7.3 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
- 7 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
- 7.2 themekey.module \THEMEKEY_PAGECACHE_TIMEBASED
2 uses of THEMEKEY_PAGECACHE_TIMEBASED
- themekey_cron_clear_page_cache in ./
themekey_cron.inc - Checks rules containing time-based properties when cron runs. ThemeKey will carefully clean up the page cache if necessary to provide the right theme to anonymous users automatically, e.g., a Christmas theme.
- themekey_page_cache_warning in ./
themekey_admin.inc - Detects if page cache is active and incompatible properties are used in theme switching rule chain
File
- ./
themekey.module, line 23 - ThemeKey is designed as a generic theme switching module.
Code
define('THEMEKEY_PAGECACHE_TIMEBASED', 2);