diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-17 19:38:08 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-17 19:38:08 +0000 |
commit | 3cbbd612c9890539c94a2618cf96891b7d7f3766 (patch) | |
tree | ec975621598836b381b01532a4fc4fb307c24119 /phpBB/templates | |
parent | db192073f7494b992842689d48a048608becbc42 (diff) | |
download | forums-3cbbd612c9890539c94a2618cf96891b7d7f3766.tar forums-3cbbd612c9890539c94a2618cf96891b7d7f3766.tar.gz forums-3cbbd612c9890539c94a2618cf96891b7d7f3766.tar.bz2 forums-3cbbd612c9890539c94a2618cf96891b7d7f3766.tar.xz forums-3cbbd612c9890539c94a2618cf96891b7d7f3766.zip |
Fixed bug #461949
git-svn-id: file:///svn/phpbb/trunk@1055 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/PSO/profile_view_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/PSO/profile_view_body.tpl b/phpBB/templates/PSO/profile_view_body.tpl index cf9e8d2aa8..72cedc085f 100644 --- a/phpBB/templates/PSO/profile_view_body.tpl +++ b/phpBB/templates/PSO/profile_view_body.tpl @@ -42,7 +42,7 @@ </tr> <tr> <td class="row1" height="25"><span class="gen">{L_ICQ_NUMBER}:</span></td> - <td class="row1">{ICQ_IMG}</td> + <td class="row1">{ICQ_STATUS_IMG} {ICQ_ADD_IMG}</td> </tr> <tr> <td class="row2" height="25"><span class="gen">{L_AIM}:</span></td> |