aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-07-26 14:08:54 +0100
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:29 -0500
commitc81d49c9692ac9d53fceaaf6851b172d91cfc073 (patch)
tree04b8498ffcb0854f3e94cd700f240af30ec1a247 /phpBB/styles/prosilver/template/forumlist_body.html
parent3c8fb03785d14785ab2ddeb2da0aeae48ced1e16 (diff)
downloadforums-c81d49c9692ac9d53fceaaf6851b172d91cfc073.tar
forums-c81d49c9692ac9d53fceaaf6851b172d91cfc073.tar.gz
forums-c81d49c9692ac9d53fceaaf6851b172d91cfc073.tar.bz2
forums-c81d49c9692ac9d53fceaaf6851b172d91cfc073.tar.xz
forums-c81d49c9692ac9d53fceaaf6851b172d91cfc073.zip
[feature/events] Add append to event name
PHPBB3-9550
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 7e893e012b..6d9bb00fa2 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -50,7 +50,7 @@
<dd class="lastpost"><span>
<!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a><!-- ENDIF -->
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
- <!-- EVENT forumlist_body_last_post -->
+ <!-- EVENT forumlist_body_last_post_append -->
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
<a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
<!-- ENDIF -->