diff options
author | Cesar G <prototech91@gmail.com> | 2013-10-17 19:05:35 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-12-06 00:56:31 -0800 |
commit | 5579dc24124ab843726c3362336067d42491b022 (patch) | |
tree | 5ab3002815353027de5938a2bf70d81a53509370 /phpBB/docs | |
parent | a25b1e6a402d62c6aeff73d7c1cf5ddde7c2f533 (diff) | |
download | forums-5579dc24124ab843726c3362336067d42491b022.tar forums-5579dc24124ab843726c3362336067d42491b022.tar.gz forums-5579dc24124ab843726c3362336067d42491b022.tar.bz2 forums-5579dc24124ab843726c3362336067d42491b022.tar.xz forums-5579dc24124ab843726c3362336067d42491b022.zip |
[ticket/11241] Add events & var for extensions to dropdown.
PHPBB3-11241
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 288ebb933e..776377ba54 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -399,3 +399,17 @@ viewtopic_topic_title_prepend + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add content directly before the topic title link on the View topic screen + +viewtopic_topic_tools_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-a3 +* Purpose: Add a new topic tool after the rest of the existing ones + +viewtopic_topic_tools_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-a3 +* Purpose: Add a new topic tool before the rest of the existing ones |