diff options
author | PayBas <contact@paybas.com> | 2014-04-09 17:24:34 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-03 17:43:06 +0200 |
commit | 21c11c7b2483c04bf94fa0df9b7fa49eff393bd4 (patch) | |
tree | ed8cc53da92714df2d4bc56209493fa04b1574df /phpBB/docs | |
parent | 4e79764aca4b569bb4f651d6d365bf102e9e4d54 (diff) | |
download | forums-21c11c7b2483c04bf94fa0df9b7fa49eff393bd4.tar forums-21c11c7b2483c04bf94fa0df9b7fa49eff393bd4.tar.gz forums-21c11c7b2483c04bf94fa0df9b7fa49eff393bd4.tar.bz2 forums-21c11c7b2483c04bf94fa0df9b7fa49eff393bd4.tar.xz forums-21c11c7b2483c04bf94fa0df9b7fa49eff393bd4.zip |
[ticket/12376] Added viewtopic_body_poll_question_append
PHPBB3-12376
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 68f4afad21..ae421260e8 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -711,6 +711,14 @@ viewtopic_body_poll_fieldset_prepend * Purpose: Add content after the items in the polls fieldset the list. +viewtopic_body_poll_question_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 poll question on the View topic screen + viewtopic_body_poll_question_prepend === * Locations: |