You are here

function menu_minipanels_update_7102 in Menu Minipanels 7

Same name and namespace in other branches
  1. 7.2 menu_minipanels.install \menu_minipanels_update_7102()

Change the menu configurations to the new structure.

File

./menu_minipanels.install, line 162
Installation and update scripts for Menu_MiniPanels.

Code

function menu_minipanels_update_7102() {

  // 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.'));
}