You are here

function hfs_uninstall in Header and Footer Scripts 7.2

Same name and namespace in other branches
  1. 7 hfs.install \hfs_uninstall()

Implements hook_uninstall().

File

./hfs.install, line 11
Uninstall functions for hfs module.

Code

function hfs_uninstall() {
  variable_del("header_and_footer_scripts_header_settings");
  variable_del("header_and_footer_scripts_body_settings");
  variable_del("header_and_footer_scripts_footer_settings");
}