menu_get_active_menu_name

6 menu.inc 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()

File

includes/menu.inc, line 1490
API for the Drupal menu system.

Code

function menu_get_active_menu_name() {
  return menu_set_active_menu_name();
}
Login or register to post comments