You are here

function html_title_uninstall in HTML Title 7

Same name and namespace in other branches
  1. 6 html_title.install \html_title_uninstall()

Implementation of hook_uninstall()

File

./html_title.install, line 13
Uninstall tasks for the html_title module.

Code

function html_title_uninstall() {
  variable_del('html_title_allowed_elements');
}