How can I open a Drupal 6 submenu programmatically?
Posted
by Mel
on Stack Overflow
See other posts from Stack Overflow
or by Mel
Published on 2010-03-27T13:48:14Z
Indexed on
2010/03/27
13:53 UTC
Read the original article
Hit count: 255
I have a menu with two levels, the second level shown in the secondary menu.
How can I open the second menu level programmatically from pages other than those linked in the menu?
I've looked at theme_preprocess_page
and others but can't figure out how the change the menu item state from collapsed to active.
© Stack Overflow or respective owner