Problem.
if i use this code
Code:
{if {$location[position].1} eq "Riding Gear"}
[img]{$ImagesDir}/size_icon.gif[/img]
{/if}
I get the following output:
eq "Riding Gear"} Image appears
if i use this code
Code:
{if $location[position].1 eq "Riding Gear"}
[img]{$ImagesDir}/size_icon.gif[/img]
{/if}
I get NOTHING to output.
what am i doing wrong?