menu_get_active_trail

Definition

menu_get_active_trail()
drupal/includes/menu.inc, line 1602

Description

Get the active trail for the current page - the path to root in the menu tree.

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Code

function menu_get_active_trail() {
  return menu_set_active_trail();
}