diff options
| author | Richard McGirr <rmcgirr83@gmail.com> | 2016-06-13 06:26:55 -0400 |
|---|---|---|
| committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-06-13 06:26:55 -0400 |
| commit | e9cbb4543507e6f20049fafb5d51938944d054d7 (patch) | |
| tree | b818d64fb8397a2d9598c7be973cde6cac78d671 /phpBB/docs | |
| parent | 2a538311249737afb9c45e33841480988c7ac18f (diff) | |
| download | forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar.gz forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar.bz2 forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar.xz forums-e9cbb4543507e6f20049fafb5d51938944d054d7.zip | |
[ticket/14672] Change event name add to events.md
PHPBB3-14672
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fced20ecfe..5a7b87bf86 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1853,6 +1853,18 @@ topiclist_row_append * Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) +topiclist_row_topic_title_after +=== +* Locations: + + styles/prosilver/template/search_results.html + + styles/prosilver/template/viewforum_body.html + + styles/prosilver/template/mcp_forum.html + + styles/subsilver2/template/search_results.html + + styles/subsilver2/template/viewforum_body.html + + styles/subsilver2/template/mcp_forum.html +* Since: 3.1.10-RC1 +* Purpose: Add content into topic rows (after the elements containing the topic titles) + ucp_agreement_terms_after === * Locations: |
