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