You are here

add_to_head.install in Add To Head 6

Same filename and directory in other branches
  1. 8 add_to_head.install
  2. 7 add_to_head.install

This file just contains an implementaion of hook_uninstall to clean up after ourselves.

File

add_to_head.install
View source
<?php

/**
 * @file
 * This file just contains an implementaion of hook_uninstall to clean up after ourselves.
 */

/**
 * Implementation of hook_uninstall().
 */
function add_to_head_uninstall() {
  variable_del('add_to_head_profiles');
}

Functions

Namesort descending Description
add_to_head_uninstall Implementation of hook_uninstall().