You are here

function themekey_themekey_paths in ThemeKey 6

Same name and namespace in other branches
  1. 6.2 themekey.module \themekey_themekey_paths()

Implementation of hook_themekey_paths().

File

./themekey.module, line 90

Code

function themekey_themekey_paths() {
  require_once drupal_get_path('module', 'themekey') . '/themekey_build.inc';
  return _themekey_invoke_modules('themekey_paths');
}