1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13701] Adds two new events to posting_pm_layout.html

These events wrap the includes of posting_pm_header.html to add some
content before and after it.

PHPBB3-13701
This commit is contained in:
Crizzo
2015-03-13 22:17:11 +01:00
parent e132e9ba76
commit 0a52d732e4
2 changed files with 16 additions and 0 deletions

View File

@@ -19,7 +19,9 @@
<div class="panel" id="pmheader-postingbox">
<div class="inner">
<!-- EVENT posting_pm_layout_include_pm_header_before -->
<!-- INCLUDE posting_pm_header.html -->
<!-- EVENT posting_pm_layout_include_pm_header_after -->
</div>
</div>