1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge pull request #6503 from rxu/ticket/17152

[ticket/17152] Add template event to viewtopic_body.html
This commit is contained in:
Marc Alexander
2023-07-02 09:59:09 +02:00
2 changed files with 9 additions and 0 deletions

View File

@@ -3304,6 +3304,13 @@ viewtopic_body_postrow_content_after
* Since: 3.2.4-RC1
* Purpose: Add content after the message content in topics views
viewtopic_body_postrow_content_before
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
* Since: 3.3.11-RC1
* Purpose: Add content before the message content in topics views
viewtopic_body_postrow_custom_fields_after
===
* Locations:

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 -->