function themekey_modules_enabled in ThemeKey 7.3
Same name and namespace in other branches
- 7 themekey.module \themekey_modules_enabled()
- 7.2 themekey.module \themekey_modules_enabled()
Implements hook_modules_enabled().
File
- ./
themekey.module, line 469 - 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();
}