diff options
author | PayBas <contact@paybas.com> | 2014-04-11 17:01:29 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-03 17:50:31 +0200 |
commit | aa5adbf1f78dbe9f331f43447c842bc3a148d186 (patch) | |
tree | aca8400bb9de0b23eba3a9e01891147c9d98ece5 /phpBB/docs/events.md | |
parent | 8186e282f11c65874303833e081186ad6a744371 (diff) | |
download | forums-aa5adbf1f78dbe9f331f43447c842bc3a148d186.tar forums-aa5adbf1f78dbe9f331f43447c842bc3a148d186.tar.gz forums-aa5adbf1f78dbe9f331f43447c842bc3a148d186.tar.bz2 forums-aa5adbf1f78dbe9f331f43447c842bc3a148d186.tar.xz forums-aa5adbf1f78dbe9f331f43447c842bc3a148d186.zip |
[ticket/12374] Fixed alphabetical sorting
PHPBB3-12374
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9f2e0f6577..df181fe096 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -186,37 +186,37 @@ forumlist_body_last_row_after * Since: 3.1.0-b2 * Purpose: Add content after the very last row of the forum list. -index_body_block_online_append +index_body_block_birthday_append === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 -* Purpose: Append content to the online list on the Board index +* Purpose: Append content to the birthday list on the Board index -index_body_block_online_prepend +index_body_block_birthday_prepend === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 -* Purpose: Prepend content to the online list on the Board index +* Purpose: Prepend content to the birthday list on the Board index -index_body_block_birthday_append +index_body_block_online_append === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 -* Purpose: Append content to the birthday list on the Board index +* Purpose: Append content to the online list on the Board index -index_body_block_birthday_prepend +index_body_block_online_prepend === * Locations: + styles/prosilver/template/index_body.html + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 -* Purpose: Prepend content to the birthday list on the Board index +* Purpose: Prepend content to the online list on the Board index index_body_block_stats_append === |