diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-02 12:00:48 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-02 12:00:48 +0200 |
commit | 058c3116ed923a011cf983cb6da9fb4047a95f73 (patch) | |
tree | e8314cb29c9838ea1c7c7d220af02b30a3fa4422 /phpBB/docs | |
parent | 5d4c7f99529fae3d0e02cf9d6c7e236b11fe455d (diff) | |
parent | 48d05bad256444eb9a823f9c376522356e9be77e (diff) | |
download | forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar.gz forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar.bz2 forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar.xz forums-058c3116ed923a011cf983cb6da9fb4047a95f73.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/14126] Add viewtopic_topic_title_after template event
Diffstat (limited to 'phpBB/docs')
-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 06d30fc1fa..4324ba178d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1915,6 +1915,13 @@ viewtopic_body_topic_actions_before * Since: 3.1.0-a4 * Purpose: Add data before the topic actions buttons (after the posts sorting options) +viewtopic_topic_title_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.7-RC1 +* Purpose: Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag) + viewtopic_topic_title_append === * Locations: |