You are here

function themekey_themekey_global in ThemeKey 6.2

Same name and namespace in other branches
  1. 6 themekey.module \themekey_themekey_global()

Implements hook_themekey_global().

File

./themekey.module, line 108
ThemeKey is meant to be a generic theme switching module.

Code

function themekey_themekey_global() {
  require_once drupal_get_path('module', 'themekey') . '/themekey_build.inc';
  return themekey_invoke_modules('themekey_global');
}