diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-06-19 18:04:22 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-06-19 18:04:22 +0200 |
commit | aaa99b471913e40ef5a31c12cba70d9fbb653de6 (patch) | |
tree | a7bd3edab1b4259f01e62f076ce864add5232142 /phpBB/docs | |
parent | 804236bce4d4dd8bbf134f02942750c34e2d7ae1 (diff) | |
parent | e9cbb4543507e6f20049fafb5d51938944d054d7 (diff) | |
download | forums-aaa99b471913e40ef5a31c12cba70d9fbb653de6.tar forums-aaa99b471913e40ef5a31c12cba70d9fbb653de6.tar.gz forums-aaa99b471913e40ef5a31c12cba70d9fbb653de6.tar.bz2 forums-aaa99b471913e40ef5a31c12cba70d9fbb653de6.tar.xz forums-aaa99b471913e40ef5a31c12cba70d9fbb653de6.zip |
Merge pull request #4351 from rmcgirr83/ticket_14672
[ticket/14672] Add template event after topic title
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: |