aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-08-11 09:14:23 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-08-11 09:14:23 +0200
commit81e045628d3ece7cbb6874725c2db49c71f65fe7 (patch)
tree5a9291577cff52bfa04d5d38692fa0dba9bc8310 /phpBB/styles
parent92b23df864d7f0d781956dca8663070d922f75cc (diff)
parent972f04ec6a78f06bb5da25729ec1d8758514cdcb (diff)
downloadforums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar
forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar.gz
forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar.bz2
forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.tar.xz
forums-81e045628d3ece7cbb6874725c2db49c71f65fe7.zip
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/template/mcp_forum.html
Diffstat (limited to 'phpBB/styles')
-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 f0d8d45e40..f62ab11fa1 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 -->