mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- 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:
parent
101f2c95b9
commit
946af346a1
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue