diff options
author | Dark❶ <dark-1@users.noreply.github.com> | 2019-07-29 03:22:04 +0530 |
---|---|---|
committer | Dark❶ <dark-1@users.noreply.github.com> | 2019-07-29 03:22:04 +0530 |
commit | 221a91a26fc1e142de8afe842a74afd08be652c5 (patch) | |
tree | 9551a9feef5508c2e4588915ffc69148bf081fd1 | |
parent | b30822ea802706f734abcbfe4fc30033255076d0 (diff) | |
download | forums-221a91a26fc1e142de8afe842a74afd08be652c5.tar forums-221a91a26fc1e142de8afe842a74afd08be652c5.tar.gz forums-221a91a26fc1e142de8afe842a74afd08be652c5.tar.bz2 forums-221a91a26fc1e142de8afe842a74afd08be652c5.tar.xz forums-221a91a26fc1e142de8afe842a74afd08be652c5.zip |
[ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}
PHPBB3-16114
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 2 |
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 26aa660099..8694f37d72 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_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 --> </p> <!-- EVENT mcp_topic_postrow_post_details_after --> |