diff options
author | Matt Friedman <maf675@gmail.com> | 2015-04-09 11:04:25 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2015-04-09 11:04:25 -0700 |
commit | 96339b7c866f0147befdf69abfe2d024e56c3a46 (patch) | |
tree | f259dad82ee4bc05c5b312179602239f824648da /phpBB/docs | |
parent | 5fc92a03b2ed8e8aa8059f028e4d9527932259b9 (diff) | |
download | forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar.gz forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar.bz2 forums-96339b7c866f0147befdf69abfe2d024e56c3a46.tar.xz forums-96339b7c866f0147befdf69abfe2d024e56c3a46.zip |
[ticket/13753] Add template events to forum category row headers
PHPBB3-13753
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 5c4b6a8d7d..8f751b5905 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.4-RC1 +* Purpose: Add content before 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.4-RC1 +* Purpose: Add content after the header row of the category on the forum list. + forumlist_body_forum_row_after === * Locations: |