menu_get_active_trail()
drupal/includes/menu.inc, line 1602
Get the active trail for the current page - the path to root in the menu tree.
| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
function menu_get_active_trail() {
return menu_set_active_trail();
}