diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-04-27 10:04:10 -0400 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-04-27 10:04:10 -0400 |
commit | 476e51f7dbdd19f5d9d3dddbb7554f614b9c8e37 (patch) | |
tree | 138b8a540cb5a45a36570ed3923d7ccde7625d43 /phpBB | |
parent | abbb782820e1e590c372ebcbbbb7272169bb29ee (diff) | |
parent | bcfbae567f164e6174ae030b272d949425d8fc1f (diff) | |
download | forums-476e51f7dbdd19f5d9d3dddbb7554f614b9c8e37.tar forums-476e51f7dbdd19f5d9d3dddbb7554f614b9c8e37.tar.gz forums-476e51f7dbdd19f5d9d3dddbb7554f614b9c8e37.tar.bz2 forums-476e51f7dbdd19f5d9d3dddbb7554f614b9c8e37.tar.xz forums-476e51f7dbdd19f5d9d3dddbb7554f614b9c8e37.zip |
Merge pull request #4813 from marc1706/ticket/13603
[ticket/13603] Add missing event to events.md
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9b0d70b46b..7ca4637ac7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -709,6 +709,13 @@ 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 +* Since: 3.1.11-RC1 +* Purpose: Add new statistic blocks before the Birthday block + index_body_block_birthday_append === * Locations: |