diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 95d4a9515c..d05cb876fd 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -3200,6 +3200,13 @@ viewtopic_body_footer_before * Purpose: Add content to the bottom of the View topic screen below the posts and quick reply, directly before the jumpbox in Prosilver. +viewtopic_body_online_list_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.3.12-RC1 +* Purpose: Add content after the online users list + viewtopic_body_online_list_before === * Locations: diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index b8342382c6..2031fa64dd 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -508,4 +508,6 @@ +{% EVENT viewtopic_body_online_list_after %} +