I've installed it on my site, and used this code:
Code:
<!-- / flags start -->
<div>
<if condition="$post[field5]"><img src="images/flags/$post[field5].gif"></if>
<if condition="$post[field6]"><img src="images/region/$post[field6].gif"></if>
</div>
<!-- / flags end -->
but is it only display TEXT instead of the FLAGS
the fields name are correct!
Code:
<dt class="smallfont"><strong>Country Flag</strong>:</dt>
<dd class="smallfont">brazil</dd>
<dt class="smallfont"><strong>State/Region Flag</strong>:</dt>
<dd class="smallfont">au west australia</dd>
that is the output I am getting
can someone help me with it?