mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
3 commits
3a3971053c
...
98ad0750f0
Author | SHA1 | Date | |
---|---|---|---|
|
98ad0750f0 | ||
|
b2459edaf3 | ||
|
6ee64c94a2 |
2 changed files with 9 additions and 0 deletions
|
@ -3200,6 +3200,13 @@ viewtopic_body_footer_before
|
||||||
* Purpose: Add content to the bottom of the View topic screen below the posts
|
* Purpose: Add content to the bottom of the View topic screen below the posts
|
||||||
and quick reply, directly before the jumpbox in Prosilver.
|
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
|
viewtopic_body_online_list_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -508,4 +508,6 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
{% EVENT viewtopic_body_online_list_after %}
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue