You are here

blocktheme.install in Block Theme 7

Same filename and directory in other branches
  1. 6 blocktheme.install

Install file for blocktheme module.

File

blocktheme.install
View source
<?php

/**
 * @file
 *   Install file for blocktheme module.
 */

/**
 * Implements hook_uninstall().
 */
function blocktheme_uninstall() {
  variable_del('blocktheme');
  variable_del('blocktheme_show_custom_block_theme');
  variable_del('blocktheme_themes');
  variable_del('blocktheme_vars');
}

Functions

Namesort descending Description
blocktheme_uninstall Implements hook_uninstall().