You are here

html_title.install in HTML Title 6

Same filename and directory in other branches
  1. 8 html_title.install
  2. 7 html_title.install

Uninstall tasks for the html_title module.

File

html_title.install
View 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');
}

Related topics

Functions

Namesort descending Description
html_title_uninstall Implementation of hook_uninstall()