Hi gang, Apologies if this has already been addressed (my search on the archives did not bear fruit).
Any chance of having the Extras Menu control render a selected class by default on the menu for which isSelected() returns true? i.e. a class="selected" ... This would be nice because you could just iterate over the menus and render each with $menu, instead of having to write an if/else block and render the link "by hand" for the selected menu. Note that I don't mind the if/else block, but rather that there's no easy way to inherit the default rendering and just adding the "selected" class on the selected menu. (Correct me if I'm wrong.) Thanks for your help! Cheers, Freddy
