aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_forum.html
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-08-09 13:49:44 +0200
committerZoddo <zoddo.ino@gmail.com>2015-08-10 22:27:19 +0200
commit40666dd96fa7e9dbcd27614d6a2a54744a353c74 (patch)
tree570c3d41c541b7a48bc8fae86caa9b709af72c8e /phpBB/styles/prosilver/template/mcp_forum.html
parent3bd5fe6be8fbd1f70c8dc4535b9c6d3d96e1e59d (diff)
downloadforums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar
forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar.gz
forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar.bz2
forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.tar.xz
forums-40666dd96fa7e9dbcd27614d6a2a54744a353c74.zip
[ticket/14086] Add mcp_forum_topic_title_* template events
Allows to add some information before/after the topic title PHPBB3-14086
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_forum.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html
index 8fdec01212..3e08316b10 100644
--- a/phpBB/styles/prosilver/template/mcp_forum.html
+++ b/phpBB/styles/prosilver/template/mcp_forum.html
@@ -42,7 +42,9 @@
<div class="list-inner">
<!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a>&nbsp;&nbsp; <!-- ENDIF -->
+ <!-- EVENT mcp_forum_topic_title_before -->
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
+ <!-- EVENT mcp_forum_topic_title_after -->
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.DELETED_IMG}</a> <!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF -->