1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17152] Add template event to viewtopic_body.html

Add template event to viewtopic_body.html before the message

PHPBB3-17152
This commit is contained in:
rxu
2023-07-01 00:20:24 +07:00
parent 22d6b035d6
commit b550d1db0a
2 changed files with 9 additions and 0 deletions

View File

@@ -336,6 +336,8 @@
</p>
<!-- ENDIF -->
{% EVENT viewtopic_body_postrow_content_before %}
<div class="content">{postrow.MESSAGE}</div>
<!-- EVENT viewtopic_body_postrow_content_after -->