Still tinkering around with this. Is it possible to define the selectednavtab for a CMS page to use with this method? For example if my news.php page was part of the CMS such as
http://www.mydomain.com/content.php?5-news where would I define define(news, true); ?
Code:
<vb:if condition="$vboptions['selectednavtab'] == 'news'">
or is there a different condition I could use based on the "5-news" perhaps...