hfs.install in Header and Footer Scripts 7
Same filename and directory in other branches
Uninstall functions for hfs module.
File
hfs.installView 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
Name | Description |
---|---|
hfs_uninstall | Implements hook_uninstall(). |