diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index b7b5e7de61..893ed26f59 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -987,6 +987,13 @@ quickreply_editor_message_before * Since: 3.1.0-a4 * Purpose: Add content before the quick reply textbox +search_body_form_before +=== +* Locations: + + styles/prosilver/template/search_body.htm +* Since: 3.1.5 +* Purpose: Add content before the search form + search_results_header_after === * Locations: diff --git a/phpBB/styles/prosilver/template/search_body.html b/phpBB/styles/prosilver/template/search_body.html index 2f15830eb1..8d56a103d2 100644 --- a/phpBB/styles/prosilver/template/search_body.html +++ b/phpBB/styles/prosilver/template/search_body.html @@ -2,6 +2,7 @@