diff options
| author | Crizzo <mail@crizzo.de> | 2015-03-13 22:17:11 +0100 |
|---|---|---|
| committer | Crizzo <mail@crizzo.de> | 2015-03-13 23:37:07 +0100 |
| commit | 0a52d732e4321d8b5375fd14461db9c463ad5af3 (patch) | |
| tree | 74ba3bc1ec5bada4d79135624861b8cd390d87e9 /phpBB/styles/prosilver/template/posting_pm_layout.html | |
| parent | e132e9ba76e63f71a6019b79c7a42417b3b633b4 (diff) | |
| download | forums-0a52d732e4321d8b5375fd14461db9c463ad5af3.tar forums-0a52d732e4321d8b5375fd14461db9c463ad5af3.tar.gz forums-0a52d732e4321d8b5375fd14461db9c463ad5af3.tar.bz2 forums-0a52d732e4321d8b5375fd14461db9c463ad5af3.tar.xz forums-0a52d732e4321d8b5375fd14461db9c463ad5af3.zip | |
[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
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_pm_layout.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_pm_layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_pm_layout.html b/phpBB/styles/prosilver/template/posting_pm_layout.html index 3bdadd06ca..7f4a0ea8d7 100644 --- a/phpBB/styles/prosilver/template/posting_pm_layout.html +++ b/phpBB/styles/prosilver/template/posting_pm_layout.html @@ -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> |
