Quote:
Originally Posted by Thug
same issue did what u said still the same.
|
Code:
<if condition="$prepared['profilepicurl']">
<td id="profilepic_cell" class="tborder alt2">
<img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td>
<else />
<td id="profilepic_cell" class="tborder alt2">
<img src="images/no-profile-pic.gif">
</td></if>