| Versionen | |
|---|---|
| drupal6 – drupal7 | menu_get_active_trail() |
Gets the active trail (path to root menu root) of the current page.
See menu_set_active_trail() for details of return value.
includes/
<?php
function menu_get_active_trail() {
return menu_set_active_trail();
}
?>
Kommentare
Kommentar hinzufügen