You are here

cami.install in Custom Active Menu Item 7

Install and uninstall functions for the Custom Active Menu Item module

File

cami.install
View source
<?php

/**
 * @file
 * Install and uninstall functions for the Custom Active Menu Item module
 */

/**
 * Implements hook_uninstall().
 */
function cami_uninstall() {

  // Delete variables.
  variable_del('cami_li_classes');
  variable_del('cami_a_classes');
}

Functions

Namesort descending Description
cami_uninstall Implements hook_uninstall().