You are here

function themekey_modules_enabled in ThemeKey 7

Same name and namespace in other branches
  1. 7.3 themekey.module \themekey_modules_enabled()
  2. 7.2 themekey.module \themekey_modules_enabled()

Implements hook_modules_enabled().

File

./themekey.module, line 301
ThemeKey is designed as a generic theme-switching module.

Code

function themekey_modules_enabled($modules) {
  require_once DRUPAL_ROOT . '/' . drupal_get_path('module', 'themekey') . '/themekey_build.inc';

  // Search for new properties provided by a new module
  themekey_rebuild();
}