Posted by Pasqualle on September 11, 2008 at 2:15pm
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | menu system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I have a problem with menu_navigation_links function. It seems to me that active-trail class is not added.
tested with page.tp.php
<?php
$menu = menu_navigation_links('navigation', 2);
print theme('links', $menu, array('id' => 'mymenu'));
?>type url: admin/content/types/add
the "Content types" menu item should have "active-trail" class added, but it has not..
Comments
#1
Duplicate of #249571: Primary/secondary links don't get 'active-trail' class