mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
Merge branch '3.1.x'
This commit is contained in:
commit
4ce0d88ffd
2 changed files with 16 additions and 0 deletions
|
@ -903,6 +903,20 @@ posting_pm_header_find_username_before
|
|||
* Since: 3.1.0-RC4
|
||||
* Purpose: Add content before the find username link on composing pm
|
||||
|
||||
posting_pm_layout_include_pm_header_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/posting_pm_layout.html
|
||||
* Since: 3.1.4-RC1
|
||||
* Purpose: Add content after the include of posting_pm_header.html
|
||||
|
||||
posting_pm_layout_include_pm_header_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/posting_pm_layout.html
|
||||
* Since: 3.1.4-RC1
|
||||
* Purpose: Add content before the include of posting_pm_header.html
|
||||
|
||||
posting_poll_body_options_after
|
||||
===
|
||||
* Locations:
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue