diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-12 20:27:58 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-12 20:27:58 +0000 |
| commit | fdaba4d67ef75bb06629d854a58b0529b85e2882 (patch) | |
| tree | d006f5ecd5a7481a3ed46f4d72d3acdf39d0bbe0 /phpBB/styles/subSilver/template | |
| parent | 6da13549760e1ab5aac0369e1e92696e7908dfc8 (diff) | |
| download | forums-fdaba4d67ef75bb06629d854a58b0529b85e2882.tar forums-fdaba4d67ef75bb06629d854a58b0529b85e2882.tar.gz forums-fdaba4d67ef75bb06629d854a58b0529b85e2882.tar.bz2 forums-fdaba4d67ef75bb06629d854a58b0529b85e2882.tar.xz forums-fdaba4d67ef75bb06629d854a58b0529b85e2882.zip | |
Fix no avatar image - it shouldn't be set in the code but via the template
git-svn-id: file:///svn/phpbb/trunk@6052 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template')
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 4 | ||||
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_warn_post.html | 4 | ||||
| -rwxr-xr-x | phpBB/styles/subSilver/template/mcp_warn_user.html | 4 |
3 files changed, 3 insertions, 9 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> diff --git a/phpBB/styles/subSilver/template/mcp_warn_post.html b/phpBB/styles/subSilver/template/mcp_warn_post.html index 92d242a1ca..04b7c75e32 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_post.html +++ b/phpBB/styles/subSilver/template/mcp_warn_post.html @@ -19,11 +19,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"> <span class="gen">{POST}</span> diff --git a/phpBB/styles/subSilver/template/mcp_warn_user.html b/phpBB/styles/subSilver/template/mcp_warn_user.html index 72c0c2dc29..866b51b470 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_user.html +++ b/phpBB/styles/subSilver/template/mcp_warn_user.html @@ -19,11 +19,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> |
