function menu_get_active_menu_name

Get the active menu for the current page - determines the active trail.

Related topics

1 call to menu_get_active_menu_name()
menu_set_active_trail in drupal-6.x/includes/menu.inc
Sets or gets the active trail (path to root menu root) of the current page.

Archivo

drupal-6.x/includes/menu.inc, line 1490
API for the Drupal menu system.

Código

function menu_get_active_menu_name() {
  return menu_set_active_menu_name();
}