_menu_helper_set_home_menu_item

custom/menu_helper/menu_helper.module, line 196

Versions
6
_menu_helper_set_home_menu_item($path)

Sets a custom home menu item.

Used when the menu's is home is reset by menu_helper_reset_tree_data($menu_name).

▾ 1 function calls _menu_helper_set_home_menu_item()

menu_helper_reset_tree_page_data in custom/menu_helper/menu_helper_reset/menu_helper_reset.module
Get the data structure representing a named menu tree, based on the current page with any reset branches re-positioned.

Code

<?php
function _menu_helper_set_home_menu_item($path) {
  _menu_helper_home_menu_item($path);
}
?>