function themekey_themekey_paths in ThemeKey 6.2
Same name and namespace in other branches
- 6 themekey.module \themekey_themekey_paths()
Implements hook_themekey_paths().
File
- ./
themekey.module, line 117 - ThemeKey is meant to be a generic theme switching module.
Code
function themekey_themekey_paths() {
require_once drupal_get_path('module', 'themekey') . '/themekey_build.inc';
return themekey_invoke_modules('themekey_paths');
}