mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2)
PHPBB3-9550
This commit is contained in:
parent
8d6a4559ba
commit
636227491d
1 changed files with 1 additions and 1 deletions
|
@ -61,9 +61,9 @@
|
||||||
<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 -->
|
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
|
||||||
|
<!-- EVENT forumlist_body_last_post_title_prepend -->
|
||||||
<p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
|
<p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- EVENT forumlist_body_last_post_title_after -->
|
|
||||||
<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