function themekey_ui_disable in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 themekey_ui.install \themekey_ui_disable()
- 7 themekey_ui.install \themekey_ui_disable()
Implements hook_disable().
File
- ./
themekey_ui.install, line 68 - Database schema of
Code
function themekey_ui_disable() {
module_load_include('inc', 'themekey', 'themekey_build');
themekey_update_static_rule('themekey_ui:node_triggers_theme', FALSE);
themekey_update_static_rule('themekey_ui:node_author_triggers_theme', FALSE);
}