diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_notes_user.html')
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html index 5d8a689003..d666b3a098 100755 --- a/phpBB/styles/subSilver/template/mcp_notes_user.html +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -21,11 +21,9 @@ <td align="center">{RANK_IMG}</td> </tr> <!-- ENDIF --> - <!-- IF AVATAR_IMG --> <tr> - <td align="center">{AVATAR_IMG}</td> + <td align="center"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --></td> </tr> - <!-- ENDIF --> </table></td> <td class="row1"><table width="100%" cellspacing="1" cellpadding="2" border="0"> <tr> |
