You are here

function themekey_user_profile_disable in ThemeKey 7.3

Same name and namespace in other branches
  1. 7 themekey_user_profile.install \themekey_user_profile_disable()
  2. 7.2 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);
}