diff options
-rw-r--r-- | phpBB/docs/events.md | 16 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e2732003b8..e46d08e4c1 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -223,14 +223,6 @@ overall_footer_copyright_prepend * Since: 3.1.0-a1 * Purpose: Add content before the copyright line -overall_header_body_after -=== -* Locations: - + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html -* Since: 3.1.0-b3 -* Purpose: Add content after the header body - overall_header_breadcrumb_append === * Locations: @@ -271,6 +263,14 @@ overall_header_navigation_prepend * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header +overall_header_page_body_before +=== +* Locations: + + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html +* Since: 3.1.0-b3 +* Purpose: Add content after the page-header, but before the page-body + posting_editor_buttons_after === * Locations: diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index ebc7eee976..1ef1a48939 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -176,7 +176,7 @@ </div> - <!-- EVENT overall_header_body_after --> + <!-- EVENT overall_header_page_body_before --> <a id="start_here"></a> <div id="page-body"> diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 3c4e391abc..640ccdcfda 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -222,7 +222,7 @@ function marklist(id, name, state) </div> -<!-- EVENT overall_header_body_after --> +<!-- EVENT overall_header_page_body_before --> <div id="wrapcentre"> |