function themekey_themekey_properties in ThemeKey 6
Same name and namespace in other branches
- 6.2 themekey.module \themekey_themekey_properties()
Implementation of hook_themekey_properties().
File
- ./
themekey.module, line 74
Code
function themekey_themekey_properties() {
require_once drupal_get_path('module', 'themekey') . '/themekey_build.inc';
return _themekey_invoke_modules('themekey_properties');
}