function menu_minipanels_update_7103 in Menu Minipanels 7
Same name and namespace in other branches
- 7.2 menu_minipanels.install \menu_minipanels_update_7103()
Inform the user about the settings page moving.
File
- ./
menu_minipanels.install, line 172 - Installation and update scripts for Menu_MiniPanels.
Code
function menu_minipanels_update_7103() {
menu_cache_clear_all();
drupal_set_message(t('Please note that the <a href=":url">Menu_MiniPanels configuration page</a> has been relocated.', array(
':url' => 'admin/config/user-interface/menu_minipanels',
)));
}