mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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
This commit is contained in:
commit
b5db7d49a8
3 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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) -->
|
||||
|
|
|
@ -224,6 +224,8 @@ function marklist(id, name, state)
|
|||
|
||||
</div>
|
||||
|
||||
<!-- EVENT overall_header_page_body_before -->
|
||||
|
||||
<div id="wrapcentre">
|
||||
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
|
|
Loading…
Add table
Reference in a new issue