mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
ce7d440a6e
commit
b95549a7a7
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
<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>{L_LAST_POST}</dfn>
|
||||
<!-- LEDGE forumlist_body_last_post -->
|
||||
<!-- EVENT 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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue