16 lines
245 B
Plaintext

<?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");
}