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/styles/subsilver2 | |
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/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_forum.html | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/search_results.html | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 8a20b96538..ba4f16bb95 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -43,6 +43,7 @@ <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> [ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ] <!-- ENDIF --> + <!-- EVENT topiclist_row_topic_title_after --> </p> <!-- EVENT topiclist_row_append --> </td> diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 6f651b2618..1ba8af7fe2 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -51,6 +51,7 @@ <!-- IF searchresults.S_TOPIC_REPORTED --> <a href="{searchresults.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> <!-- ENDIF --> + <!-- EVENT topiclist_row_topic_title_after --> <!-- IF .searchresults.pagination --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} <!-- BEGIN pagination --> diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index ff16b62fd3..2b8268d2c3 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -54,6 +54,7 @@ <!-- IF topicrow.S_TOPIC_REPORTED --> <a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> <!-- ENDIF --> + <!-- EVENT topiclist_row_topic_title_after --> <!-- IF .topicrow.pagination --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} <!-- BEGIN pagination --> |