diff options
author | Matt Friedman <maf675@gmail.com> | 2013-11-11 15:28:18 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-11-11 15:28:18 -0800 |
commit | e74f1c1790bae04c1729491e0a728c70b41009ec (patch) | |
tree | b1bab8c8ea27e38a8159c30a11736092094e0aa3 /phpBB/docs | |
parent | 592c8b75669329588c897bd3eda679e4731e4aab (diff) | |
download | forums-e74f1c1790bae04c1729491e0a728c70b41009ec.tar forums-e74f1c1790bae04c1729491e0a728c70b41009ec.tar.gz forums-e74f1c1790bae04c1729491e0a728c70b41009ec.tar.bz2 forums-e74f1c1790bae04c1729491e0a728c70b41009ec.tar.xz forums-e74f1c1790bae04c1729491e0a728c70b41009ec.zip |
[ticket/12014] Template Event index_body.html before forumlist
Add content above the forums list (on forum index only)
PHPBB3-12014
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 23e63ed7e4..72909e19ef 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -54,6 +54,14 @@ 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. +index_body_forumlist_before +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-a1 +* Purpose: Add content above the forums list (on forum index only) + index_body_stat_blocks_before === * Locations: |