function themekey_themekey_load_validators in ThemeKey 6.3
Same name and namespace in other branches
- 6.4 themekey.module \themekey_themekey_load_validators()
- 6.2 themekey.module \themekey_themekey_load_validators()
Implements hook_themekey_load_validators().
File
- ./
themekey.module, line 186 - ThemeKey is designed as a generic theme switching module.
Code
function themekey_themekey_load_validators() {
module_load_include('inc', 'themekey', 'themekey_validators');
}