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