diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6d241e4356..2b87d0a4aa 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -275,13 +275,21 @@ overall_footer_page_body_after * Since: 3.1.0-b3 * Purpose: Add content after the page-body, but before the footer -overall_footer_timezone_prepend +overall_footer_teamlink_append === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html + + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 -* Purpose: Add new List-Elements to the navbar in the page footer, before Timezone +* Purpose: Add contents after the team-link in the footer + +overall_footer_teamlink_prepend +=== +* Locations: + + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Add contents before the team-link in the footer overall_footer_timezone_append === @@ -289,7 +297,15 @@ overall_footer_timezone_append + styles/prosilver/template/navbar_footer.html + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 -* Purpose: Add new List-Elements to the navbar in the page footer, after "The Team" +* Purpose: Add content (must be inner
  • ) to the navbar in the page footer, after "Timezone" + +overall_footer_timezone_prepend +=== +* Locations: + + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html +* Since: 3.1.0-b3 +* Purpose: Add content(must be inner
  • ) to the navbar in the page footer, before "Timezone" overall_header_body_before === diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index 9e52a7d969..127c41558e 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -10,9 +10,11 @@
  • {S_TIMEZONE}
  • -
  • {L_DELETE_COOKIES}
  • -
  • {L_THE_TEAM}
  • +
  • {L_DELETE_COOKIES}
  • + +
  • {L_THE_TEAM}
  • + diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index ea4cc76171..cfce7d60a6 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -15,7 +15,7 @@ -{L_DELETE_COOKIES} | {L_THE_TEAM}
    +{L_DELETE_COOKIES} | {L_THE_TEAM}