Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Is it possible have the "active" class also in the
element containing the active link (not only active-trail)? (place in code, where I can do it...) I try resolve it already too long but unsuccessfully...
Thank you!!!
You should be able to copy the function phptemplate_links() from menutrails.module into your theme's template.php file and rename it mytheme_links(). Then make the adjustments to the code there to accomplish this.
Comments
Comment #1
PEpe commentedsorry, it replaced LI element
Comment #2
eojthebraveYou should be able to copy the function
phptemplate_links()from menutrails.module into your theme's template.php file and rename itmytheme_links(). Then make the adjustments to the code there to accomplish this.