diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-04 23:55:36 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-04 23:55:36 +0200 |
commit | b5db7d49a8cb50b408cb7b431b44107a6f9f5df4 (patch) | |
tree | ae8a72b66667d9e879d3fc7079b960f461245dee | |
parent | 1a82ce9f48c69850b63e00217203f3d4dfa6413f (diff) | |
parent | d561e6ddaad91face07b5d52c8e3eac2651c9d2d (diff) | |
download | forums-b5db7d49a8cb50b408cb7b431b44107a6f9f5df4.tar forums-b5db7d49a8cb50b408cb7b431b44107a6f9f5df4.tar.gz forums-b5db7d49a8cb50b408cb7b431b44107a6f9f5df4.tar.bz2 forums-b5db7d49a8cb50b408cb7b431b44107a6f9f5df4.tar.xz forums-b5db7d49a8cb50b408cb7b431b44107a6f9f5df4.zip |
Merge remote-tracking branch 'paybas/ticket/12333' into develop-ascraeus
* paybas/ticket/12333:
[ticket/12333] Change event name
[ticket/12333] Add Template Event overall_header_body_after
-rw-r--r-- | phpBB/docs/events.md | 8 | ||||
-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, 12 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index df7564be3c..ebfd806b0c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -315,6 +315,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 7144e58fcc..5d09694346 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -179,6 +179,8 @@ </div> + <!-- EVENT overall_header_page_body_before --> + <a id="start_here"></a> <div id="page-body"> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index fbf01ce6a8..0882f5c97d 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -224,6 +224,8 @@ function marklist(id, name, state) </div> +<!-- EVENT overall_header_page_body_before --> + <div id="wrapcentre"> <!-- IF S_DISPLAY_SEARCH --> |