menu_tab_root_path
- Versions
- 6 – 7
menu_tab_root_path()
Returns the router path, or the path of the parent tab of a default local task.
Related topics
Code
includes/menu.inc, line 1446
<?php
function menu_tab_root_path() {
return menu_local_tasks(0, TRUE);
}
?>Login or register to post comments 