Flag won't show up after I edited postbit-legacy template?
Here is the code. field5 is the correct field #. I uploaded the flags directory to [forum root]/images/.
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post[field5] != ' ' "><div>Country:<img src="images/flags/$post[field5].gif" title="$post[field5]" align="center">
</div></if>
I am using the Kirsch style if that makes a difference.
Thanks
|