mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
[ticket/12333] Change event name
PHPBB3-12333
This commit is contained in:
parent
f8b5b71890
commit
d561e6ddaa
@ -223,14 +223,6 @@ 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:
|
||||
@ -271,6 +263,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:
|
||||
|
@ -176,7 +176,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- EVENT overall_header_body_after -->
|
||||
<!-- EVENT overall_header_page_body_before -->
|
||||
|
||||
<a id="start_here"></a>
|
||||
<div id="page-body">
|
||||
|
@ -222,7 +222,7 @@ function marklist(id, name, state)
|
||||
|
||||
</div>
|
||||
|
||||
<!-- EVENT overall_header_body_after -->
|
||||
<!-- EVENT overall_header_page_body_before -->
|
||||
|
||||
<div id="wrapcentre">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user