diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-11 17:24:11 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-11 17:24:11 +0200 |
commit | fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf (patch) | |
tree | 8d2708037a72d42a7cc02aaa0281b4268f58b7ee /phpBB/styles | |
parent | 0854c7226dac3e241fa7a9a8bb6a49e257bd8c5d (diff) | |
parent | 2975eef976e8b0a73b6699192f7ea8b76b976553 (diff) | |
download | forums-fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf.tar forums-fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf.tar.gz forums-fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf.tar.bz2 forums-fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf.tar.xz forums-fe052fccd47d8e13727cbb8058ebd1ee46b4d0bf.zip |
Merge pull request #5642 from dark-1/ticket/16114
[ticket/16114] mcp_topic_post_author_full_{append/prepend}
Diffstat (limited to 'phpBB/styles')
-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 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 --> |