N8
08-26-2011, 03:35 AM
Is there any way I can do this without hacking my VB code?
I have a navigation set up in my header template with the links being all of the CMS Categories (manually placed in there) - I want to be able to customise the CSS of the links if the user is inside of a specific category.
Is there a way to do something like this:
<if $category = X>
whatever
<else if $category = Y>
Whatever
</if>
I have a navigation set up in my header template with the links being all of the CMS Categories (manually placed in there) - I want to be able to customise the CSS of the links if the user is inside of a specific category.
Is there a way to do something like this:
<if $category = X>
whatever
<else if $category = Y>
Whatever
</if>