diff options
| author | PayBas <contact@paybas.com> | 2014-04-09 00:31:10 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-05-03 17:50:30 +0200 |
| commit | a14930466b40611cf5190be3fed41ee03a381e44 (patch) | |
| tree | 6702e80480007cd17fb6848a6a5daa4ca5222dc3 /phpBB/docs | |
| parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
| download | forums-a14930466b40611cf5190be3fed41ee03a381e44.tar forums-a14930466b40611cf5190be3fed41ee03a381e44.tar.gz forums-a14930466b40611cf5190be3fed41ee03a381e44.tar.bz2 forums-a14930466b40611cf5190be3fed41ee03a381e44.tar.xz forums-a14930466b40611cf5190be3fed41ee03a381e44.zip | |
[ticket/12374] Add Template events index_body_block_(name)_append
Hopefully to the correct branch this time
PHPBB3-12374
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 1cc1300c05..214e1c8e39 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -186,6 +186,30 @@ forumlist_body_last_row_after * Since: 3.1.0-b2 * Purpose: Add content after the very last row of the forum list. +index_body_block_online_append +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Append content to the online list on the Board index + +index_body_block_birthday_append +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Append content to the birthday list on the Board index + +index_body_block_stats_append +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Append content to the statistics list on the Board index + index_body_linklist_after === * Locations: |
