From 3b233d9c2823270671128d90a8e44b19bc077edb Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 21 Apr 2025 21:44:22 +0200 Subject: [PATCH] [ticket/17501] Update events docs PHPBB-17501 --- phpBB/docs/events.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 3dc40a907d..14523eaf37 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1746,29 +1746,33 @@ overall_header_body_before overall_header_breadcrumb_append === * Locations: - + styles/prosilver/template/navbar_header.html + + styles/prosilver/template/breadcrumbs.html * Since: 3.1.0-a1 +* Changed: 4.0.0-a1 Moved to breadcrumbs.html * Purpose: Add links to the list of breadcrumbs in the header overall_header_breadcrumb_prepend === * Locations: - + styles/prosilver/template/navbar_header.html + + styles/prosilver/template/breadcrumbs.html * Since: 3.1.0-RC3 +* Changed: 4.0.0-a1 Moved to breadcrumbs.html * Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index) overall_header_breadcrumbs_after === * Locations: - + styles/prosilver/template/navbar_header.html + + styles/prosilver/template/breadcrumbs.html * Since: 3.1.0-RC3 +* Changed: 4.0.0-a1 Moved to breadcrumbs.html * Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container) overall_header_breadcrumbs_before === * Locations: - + styles/prosilver/template/navbar_header.html + + styles/prosilver/template/breadcrumbs.html * Since: 3.1.0-RC3 +* Changed: 4.0.0-a1 Moved to breadcrumbs.html * Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container) overall_header_content_before @@ -1830,15 +1834,17 @@ overall_header_navigation_prepend overall_header_navlink_append === * Locations: - + styles/prosilver/template/navbar_header.html + + styles/prosilver/template/breadcrumbs.html * Since: 3.1.0-b3 +* Changed: 4.0.0-a1 Moved to breadcrumbs.html * Purpose: Add content after each individual navlink (breadcrumb) overall_header_navlink_prepend === * Locations: - + styles/prosilver/template/navbar_header.html + + styles/prosilver/template/breadcrumbs.html * Since: 3.1.0-b3 +* Changed: 4.0.0-a1 Moved to breadcrumbs.html * Purpose: Add content before each individual navlink (breadcrumb) overall_header_page_body_before