aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorDark❶ <dark-1@users.noreply.github.com>2018-10-02 14:06:35 +0530
committerDark❶ <dark-1@users.noreply.github.com>2018-10-02 14:06:35 +0530
commit4fb89504a9d293c5cb743075faf383674d016cea (patch)
tree8ddec4920591bb77b1bf4e84241cea8a182399bc /phpBB/styles/prosilver/template/forumlist_body.html
parent001f32da95d4f8697ccc9a6107afc8dc68cbe48e (diff)
downloadforums-4fb89504a9d293c5cb743075faf383674d016cea.tar
forums-4fb89504a9d293c5cb743075faf383674d016cea.tar.gz
forums-4fb89504a9d293c5cb743075faf383674d016cea.tar.bz2
forums-4fb89504a9d293c5cb743075faf383674d016cea.tar.xz
forums-4fb89504a9d293c5cb743075faf383674d016cea.zip
[ticket/15827] Add *_username_{prepend/append} template events
PHPBB3-15827
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index eab6528ca4..eed27b5131 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -95,7 +95,7 @@
<!-- EVENT forumlist_body_last_post_title_prepend -->
<a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
<!-- ENDIF -->
- {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
+ {L_POST_BY_AUTHOR} <!-- EVENT forumlist_body_last_poster_username_prepend -->{forumrow.LAST_POSTER_FULL}<!-- EVENT forumlist_body_last_poster_username_append -->
<!-- IF not S_IS_BOT -->
<a href="{forumrow.U_LAST_POST}" title="{L_VIEW_LATEST_POST}">
<i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span>