menu_icons.install in Menu Icons 6.2
Same filename and directory in other branches
Cleanup menu_icons variables
File
menu_icons.installView source
<?php
/**
* @file
* Cleanup menu_icons variables
*/
/**
* Implementation of hook_uninstall().
*/
function menu_icons_uninstall() {
variable_del('menu_icons_file_validate_image_resolution');
variable_del('menu_icons_default_icon');
variable_del('menu_icons_image_folder');
variable_del('menu_icons_position');
}
Functions
Name![]() |
Description |
---|---|
menu_icons_uninstall | Implementation of hook_uninstall(). |