aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-08 11:19:53 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-08 11:19:53 +0200
commitb3b7f8e925a2af91d578ad4453070cefc02e7a3d (patch)
tree683a8218b55f1af4fa2908bdddeb0dc10a78fb6c /phpBB/docs
parent7f5f5c216bc54eab3259bd0b7560a0b324d01841 (diff)
parentef0838e9314306b4627237e49a2a01c8ec85b3e6 (diff)
downloadforums-b3b7f8e925a2af91d578ad4453070cefc02e7a3d.tar
forums-b3b7f8e925a2af91d578ad4453070cefc02e7a3d.tar.gz
forums-b3b7f8e925a2af91d578ad4453070cefc02e7a3d.tar.bz2
forums-b3b7f8e925a2af91d578ad4453070cefc02e7a3d.tar.xz
forums-b3b7f8e925a2af91d578ad4453070cefc02e7a3d.zip
Merge pull request #3530 from VSEphpbb/ticket/13753
[ticket/13753] Add template events to forum category row headers
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 3413f7f684..c4bfaebb1b 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -293,6 +293,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: