You are here

noscript_tag.install in Noscript Tag 7

Installation file for the noscript tag module.

File

noscript_tag.install
View source
<?php

/**
 * @file
 * Installation file for the noscript tag module.
 */

/**
 * Implements hook_uninstall().
 */
function noscript_tag_uninstall() {
  variable_del('noscript_tag_value');
}

Functions

Namesort descending Description
noscript_tag_uninstall Implements hook_uninstall().