robertpro2a
08-11-2008, 04:23 AM
I'm trying to make an "active" navbar, i.e. depending on what page you're on, the navbar italicizes. So, somewhere in the "Header" style manager, I need to do something like this:
<if condition="$show['member']"> AND if current page = controlpanel
<i>You Are Viewing Your Control Panel
Thanks.
<if condition="$show['member']"> AND if current page = controlpanel
<i>You Are Viewing Your Control Panel
Thanks.