The template I used is the "Multiflex-3", which is in the WB templates repositority. I just made some minor changes so that it fits my needs.
Congratulations on a lovely website! I notice that you have succeeded in getting the current menu to be highlighted, both in the horizontal main menu and in the vertical 'other' menu. Congratulations on achieving this! I have just downloaded Multiflex-3, and am tearing my hair out trying to work out how to do this. Could you share your knowledge with me?
For example, to highlight the current menu in the main horizontal navigation bar, I would like to insert a line of code into the layout_setup.css such as this:
.nav2 ul li.selected {background-color:rgb(210,210,210); text-decoration:none;}
... then in index.php, I want to set the current class parameter to use this css code, but I can't work out how. (The documentation at
http://code.jellycan.com/sm2test/ shows a different set of parameters to the list of show_menu variables in the wb documentation
http://www.websitebaker2.org/en/help/designer-guide/multiple-menus.php?searchresult=1&sstring=show_menu2#anker3, and I find it very confusing. I have tried a dozen different variations, to no avail!).
I wonder what you did to make it work?