Quote:
Originally Posted by ranger82nd
What if I wanted a different icon for each category?
|
use this code worked 100% for me.
<td align="right">
{if $categories[cat_num].categoryid == your cat no here}
<img src="{$ImagesDir}/your_image.gif" width="20" height="20">
{/if}