function themekey_user_profile_disable in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 themekey_user_profile.install \themekey_user_profile_disable()
- 7 themekey_user_profile.install \themekey_user_profile_disable()
Implements hook_disable().
File
- ./
themekey_user_profile.install, line 16 - Database schema of
Code
function themekey_user_profile_disable() {
module_load_include('inc', 'themekey', 'themekey_build');
themekey_update_static_rule('user:profile_triggers_theme', FALSE);
}