diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_pm_layout.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_pm_layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_pm_layout.html b/phpBB/styles/prosilver/template/posting_pm_layout.html index 5421cc2cbd..c9b4a915ae 100644 --- a/phpBB/styles/prosilver/template/posting_pm_layout.html +++ b/phpBB/styles/prosilver/template/posting_pm_layout.html @@ -17,6 +17,12 @@ <h2>{L_TITLE}</h2> +<div class="panel" id="pmheader-postingbox"> + <div class="inner"> + <!-- INCLUDE posting_pm_header.html --> + </div> +</div> + <div class="panel" id="postingbox"> <div class="inner"> |
