function menu_minipanels_update_6102 in Menu Minipanels 6
Change the menu configurations to the new structure.
File
- ./
menu_minipanels.install, line 148 - Installation and update scripts for Menu_MiniPanels.
Code
function menu_minipanels_update_6102() {
// Allow each menu to be menu_minipanel-ized, with some exceptions.
_menu_minipanels_enable_menus();
drupal_set_message(t('The menus have been converted to use the new Menu MiniPanels settings, though you should still check each menu to ensure that it is correctly enabled via each menu\'s edit page. You may also want to disable ones which are not necessary for a small performance improvement.'));
return array();
}