diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-08-09 13:49:44 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-10 22:27:19 +0200 |
commit | 40666dd96fa7e9dbcd27614d6a2a54744a353c74 (patch) | |
tree | 570c3d41c541b7a48bc8fae86caa9b709af72c8e /phpBB/styles/subsilver2/template | |
parent | 3bd5fe6be8fbd1f70c8dc4535b9c6d3d96e1e59d (diff) | |
download | forums-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/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <!-- IF topicrow.S_SELECT_TOPIC --> <span class="genmed">[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT_MERGE}</a> ] </span> <!-- ENDIF --> - <p class="topictitle">{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> + <p class="topictitle">{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <!-- EVENT mcp_forum_topic_title_before --><a href="{topicrow.U_VIEW_TOPIC}">{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}" class="imageset">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> |