diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 314ec0961f..6ae18433e3 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2265,6 +2265,13 @@ search_results_header_before * Since: 3.1.4-RC1 * Purpose: Add content before the header of the search results. +search_results_jumpbox_before +=== +* Locations: + + styles/prosilver/template/search_results.html +* Since: 3.3.4-RC1 +* Purpose: Add content before the jumpbox of the search results. + search_results_last_post_author_username_append === * Locations: diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 96d8882258..44256d8283 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -257,7 +257,7 @@ - +{% EVENT search_results_jumpbox_before %}