You are here

parallax_bg.install in Parallax Background 7

bootstrap_library.install Installation and update functions for the Bootstrap Library Module

File

parallax_bg.install
View source
<?php

/**
 * @file bootstrap_library.install
 * Installation and update functions for the Bootstrap Library
 * Module
 */

/**
 * Implementation of hook_uninstall().
 * Only clears our variables, so a fresh installation can repopulate them.
 */
function parallax_bg_uninstall() {

  // Settings.
  variable_del('parallax_bg_settings');
}

Functions

Namesort descending Description
parallax_bg_uninstall Implementation of hook_uninstall(). Only clears our variables, so a fresh installation can repopulate them.