Quote:
Originally Posted by Anseur
the template conditional:
Code:
<if condition="THIS_SCRIPT == 'something'">
highlighted tab code goes here
<else>
non highlighted tab code goes here
</if>
should do what your asking.
THIS_SCRIPT is defined in the various .php files in your vb installation. You can open each in notepad or simlar to find it.
|
Hmmm yea i thought i would end up doing something like this was hoping their was a easier way. O well unless I find a better way ill stick with this.