aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDark❶ <dark-1@users.noreply.github.com>2019-08-07 20:54:53 +0530
committerDark❶ <dark-1@users.noreply.github.com>2019-08-07 20:58:22 +0530
commit159c1d16d8bfc90f4ad9045dd7db628a543950de (patch)
treed89de28cdfab180e5eb4004630f930ca6dde68de /phpBB/styles
parent[ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend} (diff)
downloadphpbb-159c1d16d8bfc90f4ad9045dd7db628a543950de.tar.gz
phpbb-159c1d16d8bfc90f4ad9045dd7db628a543950de.tar.bz2
phpbb-159c1d16d8bfc90f4ad9045dd7db628a543950de.zip
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
PHPBB3-16114
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/mcp_topic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html
index 8694f37d72..090e24041e 100644
--- a/phpBB/styles/prosilver/template/mcp_topic.html
+++ b/phpBB/styles/prosilver/template/mcp_topic.html
@@ -120,7 +120,7 @@
<p class="author">
<a href="#pr{postrow.POST_ID}" title="{postrow.MINI_POST}">
<i class="icon fa-file fa-fw icon-lightgray icon-tiny" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
- </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} {% EVENT mcp_topic_postrow_post_details_author_username_prepend %}<strong>{postrow.POST_AUTHOR_FULL}</strong>{% EVENT mcp_topic_postrow_post_details_author_username_append %}<!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF -->
+ </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} {% EVENT mcp_topic_post_author_full_prepend %}<strong>{postrow.POST_AUTHOR_FULL}</strong>{% EVENT mcp_topic_post_author_full_append %}<!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF -->
</p>
<!-- EVENT mcp_topic_postrow_post_details_after -->