Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Mar 20, 2024
2 parents 3a39710 + b2459ed commit 98ad075
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpBB/docs/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions phpBB/styles/prosilver/template/viewtopic_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,6 @@ <h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3>
</div>
<!-- ENDIF -->

{% EVENT viewtopic_body_online_list_after %}

<!-- INCLUDE overall_footer.html -->

0 comments on commit 98ad075

Please sign in to comment.