diff options
| author | kasimi <mail@kasimi.net> | 2016-07-21 15:35:54 +0200 |
|---|---|---|
| committer | kasimi <mail@kasimi.net> | 2016-07-21 17:48:42 +0200 |
| commit | da7c41f167f28b8b4497a5617ce229972058a20b (patch) | |
| tree | dc96e6a39bf2249cb2895a7e965e7f70c4f060f1 /phpBB/styles/prosilver/template/mcp_topic.html | |
| parent | ef91c6abed8ac69e1bbf62b8e1cb0f4452d585ae (diff) | |
| download | forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar.gz forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar.bz2 forums-da7c41f167f28b8b4497a5617ce229972058a20b.tar.xz forums-da7c41f167f28b8b4497a5617ce229972058a20b.zip | |
[ticket/14715] Add template events in posting_topic_review & mcp_topic
The events will allow adding content before and after the post details
in topic review and topic moderation.
PHPBB3-14715
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index e6978191de..e42d03b964 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -112,7 +112,10 @@ </ul> <h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3> + + <!-- EVENT mcp_topic_postrow_post_details_before --> <p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p> + <!-- EVENT mcp_topic_postrow_post_details_after --> <!-- IF postrow.S_POST_UNAPPROVED --> <p class="post-notice unapproved"> |
