modal_page.install in Modal 7
Same filename and directory in other branches
Install, update and uninstall functions for the Modal Page.
File
modal_page.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Modal Page.
*/
/**
* Implements hook_uninstall().
*/
function modal_page_uninstall() {
variable_del('modal_page_modals');
}
Functions
Name | Description |
---|---|
modal_page_uninstall | Implements hook_uninstall(). |