aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/templates/Default/viewtopic_body.tpl2
-rw-r--r--phpBB/templates/PSO/privmsgs_read_body.tpl4
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/Default/viewtopic_body.tpl b/phpBB/templates/Default/viewtopic_body.tpl
index b8292ee485..e2c62097fa 100644
--- a/phpBB/templates/Default/viewtopic_body.tpl
+++ b/phpBB/templates/Default/viewtopic_body.tpl
@@ -72,7 +72,7 @@
<font style="{font-size: 8pt;}">{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</font>
</td>
<td><i><b>{postrow.POST_SUBJECT}</b></i></td>
- <td align="right" width="15%"><img src="images/posticon.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
+ <td align="right" width="15%"><img src="images/icon_minipost.gif"><font style="{font-size: 8pt;}">{L_POSTED}: {postrow.POST_DATE}</font></td>
</tr>
<tr bgcolor="{postrow.ROW_COLOR}" class="tablebody">
<td colspan="3">
diff --git a/phpBB/templates/PSO/privmsgs_read_body.tpl b/phpBB/templates/PSO/privmsgs_read_body.tpl
index 54c85e07c7..cd6f901da3 100644
--- a/phpBB/templates/PSO/privmsgs_read_body.tpl
+++ b/phpBB/templates/PSO/privmsgs_read_body.tpl
@@ -10,7 +10,7 @@
<tr>
<td class="cat" colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td><span class="cattitle"> {INBOX}&nbsp;&nbsp;&nbsp;{SENTBOX}&nbsp;&nbsp;&nbsp;{OUTBOX}&nbsp;&nbsp;&nbsp;{SAVEBOX} </span></td>
+ <td><span class="cattitle">{INBOX}&nbsp;&nbsp;&nbsp;{SENTBOX}&nbsp;&nbsp;&nbsp;{OUTBOX}&nbsp;&nbsp;&nbsp;{SAVEBOX} </span></td>
<td align="right">{S_POST_REPLY_MSG}&nbsp;&nbsp;{S_POST_NEW_MSG}</td>
</tr>
</table></td>
@@ -29,7 +29,7 @@
<tr>
<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td><img src="images/posticon.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_SUBJECT}: {POST_SUBJECT}</span></td>
+ <td><img src="images/icon_minipost.gif" alt="Post image icon"><span class="gensmall">{L_POSTED}: {POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;{L_SUBJECT}: {POST_SUBJECT}</span></td>
<td align="right" valign="middle">&nbsp; {EDIT_IMG} {QUOTE_IMG}&nbsp;</td>
</tr>
</table></td>