aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-11 17:24:16 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-11 17:24:16 +0200
commit0cbf06780e501f9e7ad0e26f363945edce30b392 (patch)
tree3a0c922f05489a0f2bae7b7a8d56f7a7f98866c1 /phpBB/styles
parent96335c0402e164768b5335767ec95c766dc033a3 (diff)
parentfe052fccd47d8e13727cbb8058ebd1ee46b4d0bf (diff)
downloadforums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar
forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar.gz
forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar.bz2
forums-0cbf06780e501f9e7ad0e26f363945edce30b392.tar.xz
forums-0cbf06780e501f9e7ad0e26f363945edce30b392.zip
Merge branch '3.2.x' into 3.3.x
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 b56ed188c1..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} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- 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 -->