1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

Fix view newest post error + missing mini post icon in posting preview

git-svn-id: file:///svn/phpbb/trunk@1604 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-12-16 13:36:47 +00:00
parent 9e9710dc21
commit e6e6be2b77
3 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<th height="25" class="thHead">{L_PREVIEW}</th>
</tr>
<tr>
<td class="row1"><img src="images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}:
<td class="row1"><img src="templates/subSilver/images/icon_minipost.gif" alt="Post image icon" /><span class="postdetails">{L_POSTED}:
{POST_DATE}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Post Subject: {POST_SUBJECT}</span>
</td>
</tr>