1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +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:
rechosen 2013-08-02 11:38:25 +02:00
parent 8c565ea1a6
commit f61910c3f8

View File

@ -73,16 +73,14 @@ memberlist_view_user_statistics_after
* Locations:
+ styles/prosilver/template/memberlist_view.html
+ styles/subsilver2/template/memberlist_view.html
* Purpose: Add entries to the bottom of the user statistics part of any user
profile
* Purpose: Add entries after the user statistics part of any user profile
memberlist_view_user_statistics_before
===
* Locations:
+ styles/prosilver/template/memberlist_view.html
+ styles/subsilver2/template/memberlist_view.html
* Purpose: Add entries to the top of the user statistics part of any user
profile
* Purpose: Add entries before the user statistics part of any user profile
overall_footer_after
===