mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/events] Correct template calls
There where two `<!-- LEDGE ... -->` calls in the templates left. Replace those two calls with the proper `<!-- EVENT ... -->` call PHPBB3-9550
This commit is contained in:
committed by
David King
parent
ce7d440a6e
commit
b95549a7a7
@@ -63,7 +63,7 @@
|
||||
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
|
||||
<p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
|
||||
<!-- ENDIF -->
|
||||
<!-- LEDGE forumlist_body_last_post -->
|
||||
<!-- EVENT forumlist_body_last_post -->
|
||||
<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}
|
||||
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user