function hfs_uninstall in Header and Footer Scripts 7
Same name and namespace in other branches
- 7.2 hfs.install \hfs_uninstall()
Implements hook_uninstall().
File
- ./
hfs.install, line 11 - Uninstall functions for hfs module.
Code
function hfs_uninstall() {
variable_del("hfs_header_scripts");
variable_del("hfs_body_scripts");
variable_del("hfs_footer_scripts");
}