themekey_compat.install in ThemeKey 7
Same filename and directory in other branches
Cleans up variables when uninstalling
@author Markus Kalkbrenner | Cocomore AG
File
themekey_compat.installView source
<?php
/**
* @file
* Cleans up variables when uninstalling
* @see themekey_compyt.module
*
* @author Markus Kalkbrenner | Cocomore AG
* @see http://drupal.org/user/124705
*/
/**
* Implements hook_uninstall().
*/
function themekey_compat_uninstall() {
// Remove variables
variable_del('themekey_compat_modules_enabled');
variable_del('themekey_compat_modules_no_default_theme');
}
Functions
Name | Description |
---|---|
themekey_compat_uninstall | Implements hook_uninstall(). |