You are here

function themekey_css_themekey_rebuild in ThemeKey 7.3

Implements hook_themekey_rebuild().

File

themekey_css/themekey_css.module, line 49

Code

function themekey_css_themekey_rebuild() {
  module_load_include('inc', 'themekey_css', 'themekey_css_build');
  themekey_css_scan();
}