styleswitcher.install in Style Switcher 6.2
Same filename and directory in other branches
Installation tasks.
File
styleswitcher.installView source
<?php
/**
* @file
* Installation tasks.
*/
/**
* Implements hook_uninstall().
*/
function styleswitcher_uninstall() {
variable_del('styleswitcher_custom_styles');
variable_del('styleswitcher_styles_settings');
variable_del('styleswitcher_enable_overlay');
}
Functions
Name | Description |
---|---|
styleswitcher_uninstall | Implements hook_uninstall(). |