diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2016-06-12 10:37:49 -0400 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-06-12 10:37:49 -0400 |
commit | 2a538311249737afb9c45e33841480988c7ac18f (patch) | |
tree | 434be3d91d098093a3073bfd965c6e502ce64115 /phpBB/styles/prosilver/template/viewforum_body.html | |
parent | d316927225d6fba9764c65756316c60a8d87658f (diff) | |
download | forums-2a538311249737afb9c45e33841480988c7ac18f.tar forums-2a538311249737afb9c45e33841480988c7ac18f.tar.gz forums-2a538311249737afb9c45e33841480988c7ac18f.tar.bz2 forums-2a538311249737afb9c45e33841480988c7ac18f.tar.xz forums-2a538311249737afb9c45e33841480988c7ac18f.zip |
[ticket/14672] Add template event after topic title
PHPBB3-14672
Diffstat (limited to 'phpBB/styles/prosilver/template/viewforum_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 087cf668cf..122c1ea510 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -157,7 +157,7 @@ <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_DELETED --><a href="{topicrow.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF --> <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> - + <!-- EVENT topiclist_row_topic_title_append --> <!-- IF not S_IS_BOT --> <div class="responsive-show" style="display: none;"> {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.LAST_POST_TIME}</a> |