aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-14 18:10:10 +0000
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:36:59 -0500
commit9e4043ff640cabd3ad187022bb6b8a1e92a3efae (patch)
treec4965a6d6618c9dfdf879bceeb3cd857770fd934 /phpBB/styles/prosilver/template/forumlist_body.html
parent8534cbcc8470f5d9b916a58dcdcfcf408c3e516e (diff)
downloadforums-9e4043ff640cabd3ad187022bb6b8a1e92a3efae.tar
forums-9e4043ff640cabd3ad187022bb6b8a1e92a3efae.tar.gz
forums-9e4043ff640cabd3ad187022bb6b8a1e92a3efae.tar.bz2
forums-9e4043ff640cabd3ad187022bb6b8a1e92a3efae.tar.xz
forums-9e4043ff640cabd3ad187022bb6b8a1e92a3efae.zip
[feature/events] Adding forumlist_body_last_post template ledge
Used by NV Advanced Last Topic Titles PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index 8762cb0c2e..3315aad718 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -49,7 +49,9 @@
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<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>
+ <!-- IF forumrow.LAST_POST_TIME --><dfn>
+ <!-- RUNHOOKS forumlist_body_last_post -->
+ {L_LAST_POST}</dfn>
<!-- 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 -->