You are here

styleswitcher.install in Style Switcher 6.2

Installation tasks.

File

styleswitcher.install
View 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

Namesort descending Description
styleswitcher_uninstall Implements hook_uninstall().