cami.install in Custom Active Menu Item 7
Install and uninstall functions for the Custom Active Menu Item module
File
cami.installView 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
Name | Description |
---|---|
cami_uninstall | Implements hook_uninstall(). |