diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-30 23:40:12 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-30 23:52:14 +0200 |
commit | 76053b3cd45e2599781edc0fa4500caec7c0c716 (patch) | |
tree | c52ec4710d0c954562da9f8baf3f4dd223105703 /phpBB/docs | |
parent | 6d9c0a76df2ab2b55b8f863a412f0fcf10599196 (diff) | |
download | forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar.gz forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar.bz2 forums-76053b3cd45e2599781edc0fa4500caec7c0c716.tar.xz forums-76053b3cd45e2599781edc0fa4500caec7c0c716.zip |
[ticket/13024] Add template event viewtopic_body_postrow_post_content_footer
PHPBB3-13024
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 4f39e71c3c..19822707c7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1227,6 +1227,14 @@ viewtopic_body_postrow_post_before * Since: 3.1.0-a4 * Purpose: Add data before posts +viewtopic_body_postrow_post_content_footer +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-RC4 +* Purpose: Add data at the end of the posts. + viewtopic_body_postrow_post_notices_after === * Locations: |