Page 1 of 1

Navigation ON state

Posted: Mon Feb 20, 2006 7:17 pm
by jmoney
What is the easiest way to make a menu item show it's on state in CMSMS?

Example..

Home / About / Contact

on the About page I want the nav to show as:

Home / About / Contact

Re: Navigation ON state

Posted: Mon Feb 20, 2006 7:25 pm
by jelle
on the default install of 0.12beta(2?) it's

Code: Select all

class="active01"
But it guess that this is done by the menu modules. If you wish to hardcode your menu for whatever reason, I'd guess you could use some {if} statements, but I have not yet done that myself.