blocktheme.install in Block Theme 6
Same filename and directory in other branches
Install file for blocktheme module.
File
blocktheme.installView source
<?php
/**
* @file
* Install file for blocktheme module.
*/
/**
* Implementation of hook_uninstall().
*/
function blocktheme_uninstall() {
variable_del('blocktheme');
variable_del('blocktheme_show_custom_block_theme');
variable_del('blocktheme_themes');
variable_del('blocktheme_vars');
}
Functions
Name | Description |
---|---|
blocktheme_uninstall | Implementation of hook_uninstall(). |