noscript_tag.install in Noscript Tag 7
Installation file for the noscript tag module.
File
noscript_tag.installView source
<?php
/**
* @file
* Installation file for the noscript tag module.
*/
/**
* Implements hook_uninstall().
*/
function noscript_tag_uninstall() {
variable_del('noscript_tag_value');
}Functions
|
Name |
Description |
|---|---|
| noscript_tag_uninstall | Implements hook_uninstall(). |