You are here

hfs.install in Header and Footer Scripts 7

Same filename and directory in other branches
  1. 7.2 hfs.install

Uninstall functions for hfs module.

File

hfs.install
View source
<?php

/**
 * @file
 * Uninstall functions for hfs module.
 */

/**
 * Implements hook_uninstall().
 */
function hfs_uninstall() {
  variable_del("hfs_header_scripts");
  variable_del("hfs_body_scripts");
  variable_del("hfs_footer_scripts");
}

Functions

Namesort descending Description
hfs_uninstall Implements hook_uninstall().