diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-06-05 11:43:53 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-06-05 11:43:53 +0200 |
commit | 192d3932f6ed5c684f78b98292fe551849694ba6 (patch) | |
tree | 5b5193b20f5b5acbe7703afd66351327cb2d9eed /phpBB/docs | |
parent | 98415c43cfd49b6d84ed4a64ebd9a2d3cc5b6bfa (diff) | |
parent | 3f6119c42b5c0a3b35edaa35e2c7379b3ed089af (diff) | |
download | forums-192d3932f6ed5c684f78b98292fe551849694ba6.tar forums-192d3932f6ed5c684f78b98292fe551849694ba6.tar.gz forums-192d3932f6ed5c684f78b98292fe551849694ba6.tar.bz2 forums-192d3932f6ed5c684f78b98292fe551849694ba6.tar.xz forums-192d3932f6ed5c684f78b98292fe551849694ba6.zip |
Merge branch '3.1.x' into 3.2.x
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 12f8e6d1b1..ef40e5f434 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -694,6 +694,20 @@ forumlist_body_last_post_title_prepend * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. +forumlist_body_subforum_link_append +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.1.11-RC1 +* Purpose: Add content at the end of subforum link item. + +forumlist_body_subforum_link_prepend +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.1.11-RC1 +* Purpose: Add content at the start of subforum link item. + forumlist_body_subforums_after === * Locations: |