diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7580c212ce..a13258f2ad 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -239,7 +239,7 @@ overall_footer_after overall_footer_breadcrumb_append === * Locations: - + styles/prosilver/template/overall_footer.html + + styles/prosilver/template/overall_footer_navbar.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the footer @@ -310,7 +310,7 @@ overall_header_head_append overall_header_navigation_append === * Locations: - + styles/prosilver/template/overall_header.html + + styles/prosilver/template/overall_header_navbar.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links after the navigation links in the header @@ -318,7 +318,7 @@ overall_header_navigation_append overall_header_navigation_prepend === * Locations: - + styles/prosilver/template/overall_header.html + + styles/prosilver/template/overall_header_navbar.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 92d43abc7e..6f8f46720f 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -4,24 +4,7 @@ - - + diff --git a/phpBB/styles/prosilver/template/overall_header_navbar.html b/phpBB/styles/prosilver/template/overall_header_navbar.html new file mode 100644 index 0000000000..2a3492b3f3 --- /dev/null +++ b/phpBB/styles/prosilver/template/overall_header_navbar.html @@ -0,0 +1,96 @@ + \ No newline at end of file