1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/16724] Add some template events

PHPBB3-16724
This commit is contained in:
Dark❶
2021-03-13 16:34:23 +05:30
parent 48ce6a9a68
commit b3edc0884f
3 changed files with 55 additions and 3 deletions

View File

@@ -69,6 +69,7 @@
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
<!-- EVENT search_results_topic_header_lastpost_after -->
</dl>
</li>
</ul>
@@ -153,6 +154,7 @@
<br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time>
</span>
</dd>
<!-- EVENT search_results_topic_row_lastpost_after -->
</dl>
</li>
<!-- EVENT search_results_topic_after -->
@@ -194,6 +196,7 @@
</dl>
<div class="postbody">
<!-- EVENT search_results_post_subject_before -->
<h3><a href="{searchresults.U_VIEW_POST}">{searchresults.POST_SUBJECT}</a></h3>
<div class="content">{searchresults.MESSAGE}</div>
<!-- EVENT search_results_content_after -->