html_title.install in HTML Title 7
Same filename and directory in other branches
Uninstall tasks for the html_title module.
File
html_title.installView source
<?php
/**
* @file
* Uninstall tasks for the html_title module.
*
* @ingroup html_title
*/
/**
* Implementation of hook_uninstall()
*/
function html_title_uninstall() {
variable_del('html_title_allowed_elements');
}
Functions
Name | Description |
---|---|
html_title_uninstall | Implementation of hook_uninstall() |