mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
3e2d2d240a
2 changed files with 9 additions and 0 deletions
|
@ -3304,6 +3304,13 @@ viewtopic_body_postrow_content_after
|
||||||
* Since: 3.2.4-RC1
|
* Since: 3.2.4-RC1
|
||||||
* Purpose: Add content after the message content in topics views
|
* 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
|
viewtopic_body_postrow_custom_fields_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -377,6 +377,8 @@
|
||||||
</p>
|
</p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
{% EVENT viewtopic_body_postrow_content_before %}
|
||||||
|
|
||||||
<div class="content">{postrow.MESSAGE}</div>
|
<div class="content">{postrow.MESSAGE}</div>
|
||||||
|
|
||||||
<!-- EVENT viewtopic_body_postrow_content_after -->
|
<!-- EVENT viewtopic_body_postrow_content_after -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue