diff options
author | PayBas <contact@paybas.com> | 2014-03-31 12:27:19 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-03-31 12:27:19 +0200 |
commit | f8b5b718906039cd7d310a1d04251845cf801053 (patch) | |
tree | c2fd3957afa8ae6cd4105682eccd23b3002ff79e | |
parent | 5e688f9540ebb5b32a22202257d5ca36e8e3e254 (diff) | |
download | forums-f8b5b718906039cd7d310a1d04251845cf801053.tar forums-f8b5b718906039cd7d310a1d04251845cf801053.tar.gz forums-f8b5b718906039cd7d310a1d04251845cf801053.tar.bz2 forums-f8b5b718906039cd7d310a1d04251845cf801053.tar.xz forums-f8b5b718906039cd7d310a1d04251845cf801053.zip |
[ticket/12333] Add Template Event overall_header_body_after
PHPBB3-12333
-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 dfefc0c1ea..e2732003b8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -223,6 +223,14 @@ 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: diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index df02963e3c..ebc7eee976 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -176,6 +176,8 @@ </div> + <!-- EVENT overall_header_body_after --> + <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 5da73bd70d..3c4e391abc 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -222,6 +222,8 @@ function marklist(id, name, state) </div> +<!-- EVENT overall_header_body_after --> + <div id="wrapcentre"> <!-- IF S_DISPLAY_SEARCH --> |