You are here

thickbox.install in Thickbox 5

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

Installation functions for Thickbox.

File

thickbox.install
View source
<?php

/**
 * @file
 * Installation functions for Thickbox.
 */

/**
 * Implementation of hook_uninstall().
 */
function thickbox_uninstall() {
  variable_del('thickbox_auto');
  variable_del('thickbox_derivative');
  variable_del('thickbox_imagefield_gallery');
  variable_del('thickbox_login');
  variable_del('thickbox_pages');
}

Functions

Namesort descending Description
thickbox_uninstall Implementation of hook_uninstall().