mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/events] Fix forumlist_body_last_post in prosilver
Used by NV Advanced Last Topic Titles PHPBB3-9550
This commit is contained in:
parent
47c1834382
commit
6ca65226e3
1 changed files with 2 additions and 3 deletions
|
@ -49,9 +49,8 @@
|
|||
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
|
||||
<dd class="lastpost"><span>
|
||||
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
|
||||
<!-- IF forumrow.LAST_POST_TIME --><dfn>
|
||||
<!-- RUNHOOKS forumlist_body_last_post -->
|
||||
{L_LAST_POST}</dfn>
|
||||
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
|
||||
<!-- LEDGE forumlist_body_last_post -->
|
||||
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
|
||||
<a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
|
||||
<!-- ENDIF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue