You are here

function themekey_themekey_properties in ThemeKey 6.2

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

Implements hook_themekey_properties().

File

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

Code

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