mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed ICQ problem
git-svn-id: file:///svn/phpbb/trunk@1353 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d21fe46009
commit
8da0c99f4a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
<table cellspacing="0" cellpadding="0" border="0" height="18">
|
<table cellspacing="0" cellpadding="0" border="0" height="18">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
|
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG}
|
||||||
{postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</td>
|
{postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} </td><td valign="top" align="left" width="100%" nowrap="nowrap">{postrow.ICQ_STATUS_IMG}{postrow.ICQ_ADD_IMG}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue