mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12333] Add Template Event overall_header_body_after
PHPBB3-12333
This commit is contained in:
parent
5e688f9540
commit
f8b5b71890
3 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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) -->
|
||||
|
|
|
@ -222,6 +222,8 @@ function marklist(id, name, state)
|
|||
|
||||
</div>
|
||||
|
||||
<!-- EVENT overall_header_body_after -->
|
||||
|
||||
<div id="wrapcentre">
|
||||
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
|
|
Loading…
Add table
Reference in a new issue