[ticket/12333] Add Template Event overall_header_body_after

PHPBB3-12333
This commit is contained in:
PayBas 2014-03-31 12:27:19 +02:00
parent 5e688f9540
commit f8b5b71890
3 changed files with 12 additions and 0 deletions

View file

@ -223,6 +223,14 @@ overall_footer_copyright_prepend
* Since: 3.1.0-a1 * Since: 3.1.0-a1
* Purpose: Add content before the copyright line * 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 overall_header_breadcrumb_append
=== ===
* Locations: * Locations:

View file

@ -176,6 +176,8 @@
</div> </div>
<!-- EVENT overall_header_body_after -->
<a id="start_here"></a> <a id="start_here"></a>
<div id="page-body"> <div id="page-body">
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->

View file

@ -222,6 +222,8 @@ function marklist(id, name, state)
</div> </div>
<!-- EVENT overall_header_body_after -->
<div id="wrapcentre"> <div id="wrapcentre">
<!-- IF S_DISPLAY_SEARCH --> <!-- IF S_DISPLAY_SEARCH -->