Quote:
Originally Posted by Lynne
You may have to put single quotes around the variables in the condition, ie $post['icqicon'], or if you have a condition above that one, you may have to combine them.
|
Thanks, I ended up with:
Code:
<if condition="'$post[icqicon]' OR '$post[aimicon]' OR '$post[msnicon]' OR '$post[yahooicon]' OR '$post[skypeicon]'">
<center><div class="postinfo">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></center>
</if>
Only problem is, the div is still being read even when none of the tested variables is present.