From 40666dd96fa7e9dbcd27614d6a2a54744a353c74 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Sun, 9 Aug 2015 13:49:44 +0200 Subject: [ticket/14086] Add mcp_forum_topic_title_* template events Allows to add some information before/after the topic title PHPBB3-14086 --- phpBB/styles/prosilver/template/mcp_forum.html | 2 ++ phpBB/styles/subsilver2/template/mcp_forum.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') 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 @@
[ {L_SELECT_MERGE} ]   + {topicrow.TOPIC_TITLE} + {topicrow.UNAPPROVED_IMG} {topicrow.DELETED_IMG} {REPORTED_IMG} diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index b168bf3ac8..eac1c6dcce 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -29,7 +29,7 @@ [ {L_SELECT_MERGE} -

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE} +

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE} {topicrow.UNAPPROVED_IMG}  -- cgit v1.2.1