diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-08-22 13:10:30 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-08-22 13:10:30 +0000 |
commit | 946af346a1e21699b9fd246f96a98253f689e877 (patch) | |
tree | 4dd4b871743a68a42c3cccbfdc22f9e1963e51b1 /phpBB/styles | |
parent | 101f2c95b917d4af5f623a05609dd4890f7849b9 (diff) | |
download | forums-946af346a1e21699b9fd246f96a98253f689e877.tar forums-946af346a1e21699b9fd246f96a98253f689e877.tar.gz forums-946af346a1e21699b9fd246f96a98253f689e877.tar.bz2 forums-946af346a1e21699b9fd246f96a98253f689e877.tar.xz forums-946af346a1e21699b9fd246f96a98253f689e877.zip |
- added S_FIRST_UNREAD and S_UNREAD
- removed U_POST_ID
git-svn-id: file:///svn/phpbb/trunk@4965 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/viewtopic_body.html b/phpBB/styles/subSilver/template/viewtopic_body.html index 276856a4c0..993e887d46 100644 --- a/phpBB/styles/subSilver/template/viewtopic_body.html +++ b/phpBB/styles/subSilver/template/viewtopic_body.html @@ -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 --> |