diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7ca4637ac7..b9cc852a82 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1820,6 +1820,13 @@ search_results_topic_before * Since: 3.1.0-b4 * Purpose: Add data before search result topics +search_results_topic_title_after +=== +* Locations: + + styles/prosilver/template/search_results.html +* Since: 3.1.11-RC1 +* Purpose: Add data after search results topic title + simple_footer_after === * Locations: diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 6bbf9c9afe..997bc28b4b 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -185,6 +185,7 @@
{searchresults.POST_DATE}
{L_FORUM}{L_COLON} {searchresults.FORUM_TITLE}
{L_TOPIC}{L_COLON} {searchresults.TOPIC_TITLE}
+
{L_REPLIES}{L_COLON} {searchresults.TOPIC_REPLIES}
{L_VIEWS}{L_COLON} {searchresults.TOPIC_VIEWS}