aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewforum_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-07-27 16:04:48 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-07-27 16:04:48 +0200
commit179f5c75edcdec0c3857b7f9520eb24413b0bc56 (patch)
tree60a93612438b01ff81671cd5b60fee9dbd8e230b /phpBB/styles/prosilver/template/viewforum_body.html
parent7a5470161243b300b5377c22876126ecf3de8f6c (diff)
downloadforums-179f5c75edcdec0c3857b7f9520eb24413b0bc56.tar
forums-179f5c75edcdec0c3857b7f9520eb24413b0bc56.tar.gz
forums-179f5c75edcdec0c3857b7f9520eb24413b0bc56.tar.bz2
forums-179f5c75edcdec0c3857b7f9520eb24413b0bc56.tar.xz
forums-179f5c75edcdec0c3857b7f9520eb24413b0bc56.zip
[ticket/16108] Use twig syntax in template event
PHPBB3-16108
Diffstat (limited to 'phpBB/styles/prosilver/template/viewforum_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index c0232d14a9..91410ec300 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -198,9 +198,9 @@
<div class="topic-poster responsive-hide left-box">
<!-- IF topicrow.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF -->
<!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
- <!-- EVENT topiclist_row_topic_by_author_before -->
+ {% EVENT topiclist_row_topic_by_author_before %}
{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL}<!-- EVENT viewforum_body_topic_author_username_append --> &raquo; {topicrow.FIRST_POST_TIME}
- <!-- EVENT topiclist_row_topic_by_author_after -->
+ {% EVENT topiclist_row_topic_by_author_after %}
<!-- IF topicrow.S_POST_GLOBAL and FORUM_ID != topicrow.FORUM_ID --> &raquo; {L_IN} <a href="{topicrow.U_VIEW_FORUM}">{topicrow.FORUM_NAME}</a><!-- ENDIF -->
</div>