mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/12404] Changes append/prepend to after/before
PHPBB3-12404
This commit is contained in:
@@ -275,7 +275,7 @@ overall_footer_page_body_after
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Add content after the page-body, but before the footer
|
||||
|
||||
overall_footer_teamlink_append
|
||||
overall_footer_teamlink_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_footer.html
|
||||
@@ -283,7 +283,7 @@ overall_footer_teamlink_append
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Add contents after the team-link in the footer
|
||||
|
||||
overall_footer_teamlink_prepend
|
||||
overall_footer_teamlink_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_footer.html
|
||||
@@ -291,21 +291,21 @@ overall_footer_teamlink_prepend
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Add contents before the team-link in the footer
|
||||
|
||||
overall_footer_timezone_append
|
||||
overall_footer_timezone_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_footer.html
|
||||
+ styles/subsilver2/template/breadcrumbs.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Add content (must be inner <li>) to the navbar in the page footer, after "Timezone"
|
||||
* Purpose: Add content to the navbar in the page footer, after "Timezone"
|
||||
|
||||
overall_footer_timezone_prepend
|
||||
overall_footer_timezone_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_footer.html
|
||||
+ styles/subsilver2/template/breadcrumbs.html
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Add content(must be inner <li>) to the navbar in the page footer, before "Timezone"
|
||||
* Purpose: Add content to the navbar in the page footer, before "Timezone"
|
||||
|
||||
overall_header_body_before
|
||||
===
|
||||
|
Reference in New Issue
Block a user