diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index afd3d27c9a..2c84ceea3f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -405,18 +405,17 @@ overall_footer_breadcrumb_append === * Locations: + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 -* Purpose: Add links to the list of breadcrumbs in the footer. Note that utilizing this event requires -a different solution for subsilver2, since it only supports the overall_header_breadcrumb versions. +* Purpose: Add links to the list of breadcrumbs in the footer overall_footer_breadcrumb_prepend === * Locations: + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 -* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index). -Note that utilizing this event requires a different solution for subsilver2, since it only supports the -overall_header_breadcrumb versions. +* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index) overall_footer_content_after === diff --git a/phpBB/styles/subsilver2/template/breadcrumbs.html b/phpBB/styles/subsilver2/template/breadcrumbs.html index fb44c6de63..25387da832 100644 --- a/phpBB/styles/subsilver2/template/breadcrumbs.html +++ b/phpBB/styles/subsilver2/template/breadcrumbs.html @@ -3,8 +3,8 @@
{S_TIMEZONE}
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 711ce66362..cb9a3a2a36 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -251,7 +251,9 @@ function marklist(id, name, state)