diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/templates/subSilver/ucp_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/templates/subSilver/ucp_profile.html b/phpBB/styles/templates/subSilver/ucp_profile.html index a447f7f710..ee791fbd55 100644 --- a/phpBB/styles/templates/subSilver/ucp_profile.html +++ b/phpBB/styles/templates/subSilver/ucp_profile.html @@ -186,7 +186,7 @@ <!-- IF S_DISPLAY_AVATAR --> <tr> <td class="row1" width="35%"><b class="genmed">{L_CURRENT_IMAGE}: </b><br /><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td> - <td class="row2" align="center"><br /><!-- IF AVATAR -->{AVATAR}<!-- ELSE --><img src="templates/subSilver/images/no_avatar.gif" alt="" /><!-- ENDIF --><br /><br /><input type="checkbox" name="delete" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td> + <td class="row2" align="center"><br /><!-- IF AVATAR -->{AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --><br /><br /><input type="checkbox" name="delete" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td> </tr> <!-- IF S_UPLOAD_AVATAR_FILE --> <tr> |
