1
0
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:
Crizzo
2014-04-22 22:06:31 +02:00
parent 94c21684ff
commit 600ab46a93
4 changed files with 13 additions and 13 deletions

View File

@@ -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
===