diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:53:30 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-28 15:53:30 +0200 |
| commit | a019a86bfcd7c1ffe7b38449bc6d93c377d4662a (patch) | |
| tree | 72aee8005c36427429ac8fcc83014274ac3b99de /phpBB/docs | |
| parent | 71a70500ea946a02a46257f883f90a3936528ac0 (diff) | |
| parent | 317f3e848fde774cf8ebbf9e9574b8b3d2a15b38 (diff) | |
| download | forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar.gz forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar.bz2 forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.tar.xz forums-a019a86bfcd7c1ffe7b38449bc6d93c377d4662a.zip | |
Merge pull request #4338 from Senky/ticket/14469
Add viewforum_body_topicrow_before template 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 fea52ade1f..c27455aeff 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2287,6 +2287,14 @@ viewforum_body_topic_row_prepend * Since: 3.1.7-RC1 * Purpose: Add content at the end of the topic list item. +viewforum_body_topicrow_row_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/viewforum_body.html +* Since: 3.1.10-RC1 +* Purpose: Add content before list of topics. + viewforum_buttons_bottom_before === * Locations: |
