diff options
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/images/icon_delete.gif | bin | 0 -> 279 bytes | |||
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/images/icon_delete.gif b/phpBB/templates/subSilver/images/icon_delete.gif Binary files differnew file mode 100644 index 0000000000..1153ba5b25 --- /dev/null +++ b/phpBB/templates/subSilver/images/icon_delete.gif diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 7b0b9a7a39..aa0cb20c7a 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -40,7 +40,7 @@ {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> <td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG} - {postrow.EDIT_IMG}</td> + {postrow.EDIT_IMG} {postrow.DELETE_IMG}</td> </tr> <tr> <td colspan="2"><hr /></td> |