mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12333] Change event name [ticket/12333] Add Template Event overall_header_body_after
This commit is contained in:
commit
0749d46050
3 changed files with 12 additions and 0 deletions
|
@ -315,6 +315,14 @@ overall_header_navigation_prepend
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add links before the navigation links in the header
|
* 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
|
posting_editor_buttons_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -179,6 +179,8 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT overall_header_page_body_before -->
|
||||||
|
|
||||||
<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) -->
|
||||||
|
|
|
@ -224,6 +224,8 @@ function marklist(id, name, state)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT overall_header_page_body_before -->
|
||||||
|
|
||||||
<div id="wrapcentre">
|
<div id="wrapcentre">
|
||||||
|
|
||||||
<!-- IF S_DISPLAY_SEARCH -->
|
<!-- IF S_DISPLAY_SEARCH -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue