aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-03-16 10:13:43 +0100
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:09 -0500
commitc0f900f69565583ff871e4cdefa30083147d2bc9 (patch)
tree89ea8f50751fbe6ce4410d451c0ea8233f719fa8 /phpBB/styles
parent6ca65226e3e3b0ccdac1cf2f82aa5aa468e1e0e2 (diff)
downloadforums-c0f900f69565583ff871e4cdefa30083147d2bc9.tar
forums-c0f900f69565583ff871e4cdefa30083147d2bc9.tar.gz
forums-c0f900f69565583ff871e4cdefa30083147d2bc9.tar.bz2
forums-c0f900f69565583ff871e4cdefa30083147d2bc9.tar.xz
forums-c0f900f69565583ff871e4cdefa30083147d2bc9.zip
[feature/events] Add forumlist_body_last_post in subsilver2
Used by NV Advanced Last Topic Titles PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/subsilver2/template/forumlist_body.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html
index ad505885f6..972ddeb513 100644
--- a/phpBB/styles/subsilver2/template/forumlist_body.html
+++ b/phpBB/styles/subsilver2/template/forumlist_body.html
@@ -63,6 +63,7 @@
<!-- IF forumrow.S_DISPLAY_SUBJECT -->
<p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
<!-- ENDIF -->
+ <!-- LEDGE forumlist_body_last_post -->
<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}" class="imageset">{UNAPPROVED_IMG}</a>&nbsp;<!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->