Quote:
Originally Posted by kh99
OK, sorry...but I think all the closing tags are there, the </div></if> at the very end close the ones on the first line.
|
Hrm, I really didn't see them the first few times I looked. I don't think I was expecting them towards the end, so I just completely overlooked it.
But, yeah, kh99 is right. You have the whole block of code wrapped in a conditional:
Code:
<if condition="$post[icqicon]"> <!--YOUR CODE--> </if>
So your entire DIV will only will show up if someone has inputed an ICQ number in their profile. I don't think Orkut is having anything to do with the issue. But that conditional is definitely not needed.