mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10905] Last topic title for subsilver2
PHPBB3-10905
This commit is contained in:
parent
3b6ca178aa
commit
a32a5925b3
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
||||||
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
|
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
|
||||||
<td class="row2" align="center" nowrap="nowrap">
|
<td class="row2" align="center" nowrap="nowrap">
|
||||||
<!-- IF forumrow.LAST_POST_TIME -->
|
<!-- IF forumrow.LAST_POST_TIME -->
|
||||||
|
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
|
||||||
|
<p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
|
||||||
|
<!-- ENDIF -->
|
||||||
<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}" class="imageset">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>
|
<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}" class="imageset">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>
|
||||||
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
|
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
|
||||||
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->
|
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue