menu_get_active_menu_name

Versions
6
menu_get_active_menu_name()

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

Related topics

▾ 1 function calls menu_get_active_menu_name()

menu_set_active_trail in includes/menu.inc
Sets or gets the active trail (path to root menu root) of the current page.

Code

includes/menu.inc, line 1486

<?php
function menu_get_active_menu_name() {
  return menu_set_active_menu_name();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.