menu_tab_root_path
includes/menu.inc, строка 1446
- Версии
- 6
menu_tab_root_path()
Returns the router path, or the path of the parent tab of a default local task.
Связанные темы
Код
<?php
function menu_tab_root_path() {
return menu_local_tasks(0, TRUE);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии