diff options
author | PayBas <contact@paybas.com> | 2014-04-12 13:14:29 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-03 17:37:49 +0200 |
commit | 59ba62f5d9244ea66a06a40054a833c043e2d6d1 (patch) | |
tree | fe4c8302337bf5f18efca0e2893105237e88260a /phpBB/docs/events.md | |
parent | a1b159aa828780400166316723dc946976b634e8 (diff) | |
download | forums-59ba62f5d9244ea66a06a40054a833c043e2d6d1.tar forums-59ba62f5d9244ea66a06a40054a833c043e2d6d1.tar.gz forums-59ba62f5d9244ea66a06a40054a833c043e2d6d1.tar.bz2 forums-59ba62f5d9244ea66a06a40054a833c043e2d6d1.tar.xz forums-59ba62f5d9244ea66a06a40054a833c043e2d6d1.zip |
[ticket/12396] Added missing viewtopic_topic_title_append
rebased for travis... again
PHPBB3-12396
Diffstat (limited to 'phpBB/docs/events.md')
-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 54ca4e674e..ab49f70d31 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -785,6 +785,14 @@ 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_append +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.0-b3 +* Purpose: Add content directly after the topic title link on the View topic screen + viewtopic_topic_title_prepend === * Locations: |