diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7108254196..f2241228fe 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2085,6 +2085,13 @@ viewforum_body_topic_row_prepend * Since: 3.1.7-RC1 * Purpose: Add content at the end of the topic list item. +viewforum_body_topicrow_row_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html +* Since: 3.1.10-RC1 +* Purpose: Add content before list of topics. + viewforum_buttons_bottom_before === * Locations: diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 026c0b35cc..9824989687 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -126,6 +126,8 @@ + + @@ -150,7 +152,7 @@