thickbox.install in Thickbox 5
Same filename and directory in other branches
Installation functions for Thickbox.
File
thickbox.installView 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
Name | Description |
---|---|
thickbox_uninstall | Implementation of hook_uninstall(). |