mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge PR #817 branch 'mvinny/ticket/10905' into develop
* mvinny/ticket/10905: [ticket/10905] Last topic title for subsilver2
This commit is contained in:
commit
6da58fc4bf
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