diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-04-06 14:43:11 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-04-06 14:43:11 +0200 |
commit | 4ce0d88ffd8e3878e20493ec3fd4153cecdab6d7 (patch) | |
tree | 14c0e51e16ea5f53daaafd16979510f846cf5d69 /phpBB/styles | |
parent | 370fce1651d82dc208d46453524e9aa05162764e (diff) | |
parent | b16a56394bae0cac0a8e5df9d4e460b1c30cb752 (diff) | |
download | forums-4ce0d88ffd8e3878e20493ec3fd4153cecdab6d7.tar forums-4ce0d88ffd8e3878e20493ec3fd4153cecdab6d7.tar.gz forums-4ce0d88ffd8e3878e20493ec3fd4153cecdab6d7.tar.bz2 forums-4ce0d88ffd8e3878e20493ec3fd4153cecdab6d7.tar.xz forums-4ce0d88ffd8e3878e20493ec3fd4153cecdab6d7.zip |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/styles')
-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> |