You are here

admin_menu_dropdown.install in Admin Menu Hider 7.3

Install, update and uninstall functions for the Admin Menu Hide module.

File

admin_menu_dropdown.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Admin Menu Hide module.
 */

/**
 * Implements hook_uninstall().
 */
function admin_menu_dropdown_uninstall() {
  variable_del('admin_menu_dropdown_key');
  variable_del('admin_menu_dropdown_default');
}

Functions