mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12333] Change event name
PHPBB3-12333
This commit is contained in:
parent
f8b5b71890
commit
d561e6ddaa
3 changed files with 10 additions and 10 deletions
|
@ -223,14 +223,6 @@ 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:
|
||||||
|
@ -271,6 +263,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:
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- EVENT overall_header_body_after -->
|
<!-- EVENT overall_header_page_body_before -->
|
||||||
|
|
||||||
<a id="start_here"></a>
|
<a id="start_here"></a>
|
||||||
<div id="page-body">
|
<div id="page-body">
|
||||||
|
|
|
@ -222,7 +222,7 @@ function marklist(id, name, state)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- EVENT overall_header_body_after -->
|
<!-- EVENT overall_header_page_body_before -->
|
||||||
|
|
||||||
<div id="wrapcentre">
|
<div id="wrapcentre">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue