mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/9550] Improve template event descriptions in phpBB/docs/events.md
Per suggestion of nickvergessen, stick to "before" and "after" in the template event descriptions instead of "at the top of" and "at the bottom of". PHPBB3-9550
This commit is contained in:
@@ -73,16 +73,14 @@ memberlist_view_user_statistics_after
|
|||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/memberlist_view.html
|
+ styles/prosilver/template/memberlist_view.html
|
||||||
+ styles/subsilver2/template/memberlist_view.html
|
+ styles/subsilver2/template/memberlist_view.html
|
||||||
* Purpose: Add entries to the bottom of the user statistics part of any user
|
* Purpose: Add entries after the user statistics part of any user profile
|
||||||
profile
|
|
||||||
|
|
||||||
memberlist_view_user_statistics_before
|
memberlist_view_user_statistics_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/memberlist_view.html
|
+ styles/prosilver/template/memberlist_view.html
|
||||||
+ styles/subsilver2/template/memberlist_view.html
|
+ styles/subsilver2/template/memberlist_view.html
|
||||||
* Purpose: Add entries to the top of the user statistics part of any user
|
* Purpose: Add entries before the user statistics part of any user profile
|
||||||
profile
|
|
||||||
|
|
||||||
overall_footer_after
|
overall_footer_after
|
||||||
===
|
===
|
||||||
|
Reference in New Issue
Block a user