diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-04-26 19:52:35 -0400 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-04-26 19:52:35 -0400 |
commit | 994c1d79b142670ce4ab0575d1819237d2d287a5 (patch) | |
tree | 6c59156efc2ca77dac781a6fed2022c80d30d75b /phpBB/docs | |
parent | 4c58dfc19a8cecfa1997b59e240d0729396e2562 (diff) | |
parent | 9f2f541b4a24cb0b161abee4fb3ed9f32c332212 (diff) | |
download | forums-994c1d79b142670ce4ab0575d1819237d2d287a5.tar forums-994c1d79b142670ce4ab0575d1819237d2d287a5.tar.gz forums-994c1d79b142670ce4ab0575d1819237d2d287a5.tar.bz2 forums-994c1d79b142670ce4ab0575d1819237d2d287a5.tar.xz forums-994c1d79b142670ce4ab0575d1819237d2d287a5.zip |
Merge pull request #4672 from senky/ticket/13603
[ticket/13603] Add index_body_stat_blocks_after event
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 2f28307c24..ce43f60e27 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -711,6 +711,14 @@ forumlist_body_last_row_after * Since: 3.1.0-b2 * Purpose: Add content after the very last row of the forum list. +index_body_birthday_block_before +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.11-RC1 +* Purpose: Add new statistic blocks before the Birthday block + index_body_block_birthday_append === * Locations: |