Code:
<if condition="$award[icon]!=''">
<!-- arcade awards -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">Arcade Awards</td>
</tr>
<tr>
<td class="alt1">$arcadeawards</td>
</tr>
</table>
<!-- / arcade awards -->
<br />
</if>
What do I need to do to get the IF thing working?