diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-05-08 11:19:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-05-08 11:19:59 +0200 |
commit | 83e9cdeebceebb034bc255d959f7fe4e94675c82 (patch) | |
tree | a9fff76f7c883855ae4a69123259cfaed0dc73ea /phpBB/docs | |
parent | ce3aafaf1b7d3d7e5bc72434d4ec4b369985d506 (diff) | |
parent | b3b7f8e925a2af91d578ad4453070cefc02e7a3d (diff) | |
download | forums-83e9cdeebceebb034bc255d959f7fe4e94675c82.tar forums-83e9cdeebceebb034bc255d959f7fe4e94675c82.tar.gz forums-83e9cdeebceebb034bc255d959f7fe4e94675c82.tar.bz2 forums-83e9cdeebceebb034bc255d959f7fe4e94675c82.tar.xz forums-83e9cdeebceebb034bc255d959f7fe4e94675c82.zip |
Merge branch '3.1.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 a91c9a8ae8..a7bcd9f978 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -291,6 +291,20 @@ forumlist_body_category_header_before * Since: 3.1.0-a4 * Purpose: Add content before the header of the category on the forum list. +forumlist_body_category_header_row_append +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.1.5-RC1 +* Purpose: Add content after the header row of the category on the forum list. + +forumlist_body_category_header_row_prepend +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.1.5-RC1 +* Purpose: Add content before the header row of the category on the forum list. + forumlist_body_forum_row_after === * Locations: |