om_maximenu.install in OM Maximenu 6
Same filename and directory in other branches
Install script to install the OM Maximenu
@author: Daniel Honrade http://drupal.org/user/351112
File
om_maximenu.installView source
<?php
// $Id$
/**
* @file
* Install script to install the OM Maximenu
*
* @author: Daniel Honrade http://drupal.org/user/351112
*
*/
/**
* Implementation of hook_install().
*
function om_maximenu_install() {
}
/**
* Implementation of hook_uninstall().
*/
function om_maximenu_uninstall() {
variable_del('om_maximenu');
variable_del('om_maximenu_backup');
}
Functions
Name![]() |
Description |
---|---|
om_maximenu_uninstall | Implementation of hook_install(). |