diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-17 22:08:39 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-17 22:08:39 +0000 |
commit | 8da0c99f4a0fe3824e3619c515c9adde0c64b315 (patch) | |
tree | b205f345fa3da8390f911a1b62b47ce7f1750206 | |
parent | d21fe460097c9028e8eb2f1c5bd666daeb775e79 (diff) | |
download | forums-8da0c99f4a0fe3824e3619c515c9adde0c64b315.tar forums-8da0c99f4a0fe3824e3619c515c9adde0c64b315.tar.gz forums-8da0c99f4a0fe3824e3619c515c9adde0c64b315.tar.bz2 forums-8da0c99f4a0fe3824e3619c515c9adde0c64b315.tar.xz forums-8da0c99f4a0fe3824e3619c515c9adde0c64b315.zip |
Fixed ICQ problem
git-svn-id: file:///svn/phpbb/trunk@1353 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 9aebab8835..7a1bbdf93f 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -58,7 +58,7 @@ <table cellspacing="0" cellpadding="0" border="0" height="18"> <tr> <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> </table> </td> |