menu_tab_root_path()
Returns the router path, or the path of the parent tab of a default local task.
drupal/includes/menu.inc, line 2165
<?php function menu_tab_root_path() { $links = menu_local_tasks(); return $links['root_path']; } ?>