- added S_FIRST_UNREAD and S_UNREAD

- removed U_POST_ID


git-svn-id: file:///svn/phpbb/trunk@4965 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-08-22 13:10:30 +00:00
parent 101f2c95b9
commit 946af346a1

View file

@ -118,7 +118,7 @@
<!-- IF postrow.S_IGNORE_POST -->
<td class="gensmall" colspan="2" height="25" align="center">{postrow.L_IGNORE_POST}</td>
<!-- ELSE -->
<td align="center" valign="middle"><a name="{postrow.U_POST_ID}"></a><b class="postauthor">{postrow.POSTER_NAME}</b></td>
<td align="center" valign="middle"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ELSE --><a name="{postrow.POST_ID}"></a><!-- ENDIF --><b class="postauthor">{postrow.POSTER_NAME}</b></td>
<td width="100%" height="25"><table width="100%" cellspacing="0">
<tr>
<!-- IF postrow.POST_ICON_IMG -->