For some reason this just will not work, here's a bit of my template:
HTML Code:
<tr>
<td class="alt1">Here we have added all the websites of interest for everything from Engine tuners and performance parts retailers to buying those hard to find cables for you ICE install. This is what the var contains: $showcategory
<if $showcategory == "Display body retailers"> Some test text here</if>
</td></tr>
The var $showcategory is set to either "SHOW ALL" or "Display body retailers" but either way the test text in between the IF is still being displayed, the variable is definately being changed but the IF is always treating it as true. Any ideas?