custom/menu_helper/menu_helper.module, line 196
_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).
<?php
function _menu_helper_set_home_menu_item($path) {
_menu_helper_home_menu_item($path);
}
?>