aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authorrechosen <rechosen@gmail.com>2013-08-02 11:38:25 +0200
committerrechosen <rechosen@gmail.com>2013-08-02 11:38:25 +0200
commitf61910c3f83fd4de16ca946232bab1bd3c679341 (patch)
tree91bf4b169eb9e09cd58b019a27fdd9f501e2aba8 /phpBB/docs/events.md
parent8c565ea1a642ab7b72d22eaf6c83236cef9444a1 (diff)
downloadforums-f61910c3f83fd4de16ca946232bab1bd3c679341.tar
forums-f61910c3f83fd4de16ca946232bab1bd3c679341.tar.gz
forums-f61910c3f83fd4de16ca946232bab1bd3c679341.tar.bz2
forums-f61910c3f83fd4de16ca946232bab1bd3c679341.tar.xz
forums-f61910c3f83fd4de16ca946232bab1bd3c679341.zip
[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
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index d037237b34..b1e8c7ad05 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -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
===