function themekey_compat_uninstall in ThemeKey 7
Same name and namespace in other branches
- 7.3 themekey_compat.install \themekey_compat_uninstall()
- 7.2 themekey_compat.install \themekey_compat_uninstall()
Implements hook_uninstall().
File
- ./
themekey_compat.install, line 16 - Cleans up variables when uninstalling
Code
function themekey_compat_uninstall() {
// Remove variables
variable_del('themekey_compat_modules_enabled');
variable_del('themekey_compat_modules_no_default_theme');
}