I have a main menu created with moomenu. In this menu I only have first and second level content.
My problem is I have articles in third level which I don't want in the main menu, so I created them with a secondary menu, not in mainmenu which uses moomenu. I need to highlight the first level to which the content belongs to when in the article.
Example:
section>category>article , article needs to show it's in it's section by highlighting the first level menu button, but article is not created in the main menu and therefore not in the menu tree, so the section is not being highlighted as it doesn't know it's current.
My guess I have to include some javascript so that the section menu li is "current". Any sugestions on how I might do this if I'm using moomenu?