diff options
author | Matt Friedman <maf675@gmail.com> | 2013-07-27 10:48:40 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-07-27 10:48:40 -0700 |
commit | 8e636e4572ef11af61f2b2c6dfb56d7a9530c8de (patch) | |
tree | 795bed3a5588cf3d37df1708d418d3b7c42ddf00 /phpBB/docs | |
parent | 9ffb150d47d3db42c1816ffa662e73046a1b5d03 (diff) | |
download | forums-8e636e4572ef11af61f2b2c6dfb56d7a9530c8de.tar forums-8e636e4572ef11af61f2b2c6dfb56d7a9530c8de.tar.gz forums-8e636e4572ef11af61f2b2c6dfb56d7a9530c8de.tar.bz2 forums-8e636e4572ef11af61f2b2c6dfb56d7a9530c8de.tar.xz forums-8e636e4572ef11af61f2b2c6dfb56d7a9530c8de.zip |
[ticket/11749] Template events for topic_list_row_pre/append
PHPBB3-11749
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 3723bf7b3f..855f238653 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -114,6 +114,24 @@ simple_footer_after * Location: styles/prosilver/template/simple_footer.html * Purpose: Add content directly prior to the `</body>` tag of the simple footer +topiclist_row_prepend +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/search_results.html + + styles/subsilver2/template/viewforum_body.html +* Purpose: Add content into topic rows (inside the elements containing topic titles) + +topiclist_row_append +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/prosilver/template/viewforum_body.html + + styles/subsilver2/template/search_results.html + + styles/subsilver2/template/viewforum_body.html +* Purpose: Add content into topic rows (inside the elements containing topic titles) + ucp_pm_viewmessage_print_head_append === * Location: styles/prosilver/template/ucp_pm_viewmessage_print.html |