I'm trying to create a navigation bar, which recognises which page you are on and then if you are on that page, it will put a different CSS state.
Can anyone tell me how to do this?
I've got this for my blogs, and it works:
PHP Code:
<li><a <if condition="(VBBLOG_STYLE == 1)">id="current"</if> href="/blog.php$session[sessionurl_q]"><span>Blogs</span></a></li>
But I dont know how to do it for other pages, such as Contact, etc.
Thanks.