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 22:21:32 +05:30
parent b3edc0884f
commit 9417c1803e
2 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +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 -->
{% EVENT search_results_topic_header_lastpost_after %}
</dl>
</li>
</ul>
@@ -154,7 +154,7 @@
<br /><time datetime="{searchresults.LAST_POST_TIME_RFC3339}">{searchresults.LAST_POST_TIME}</time>
</span>
</dd>
<!-- EVENT search_results_topic_row_lastpost_after -->
{% EVENT search_results_topic_row_lastpost_after %}
</dl>
</li>
<!-- EVENT search_results_topic_after -->
@@ -196,7 +196,7 @@
</dl>
<div class="postbody">
<!-- EVENT search_results_post_subject_before -->
{% 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 -->