aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-05-24 12:47:48 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-05-24 12:47:48 -0400
commit6da58fc4bf7253ac6aa987d4d2c21f4d17c2d6c5 (patch)
tree8c909335aae86709ce6027877f93c52a97035dd1
parent221154a4356e26effc28448d8e161fddde26a4e1 (diff)
parenta32a5925b357f78eb8735c0aaf1595935305c126 (diff)
downloadforums-6da58fc4bf7253ac6aa987d4d2c21f4d17c2d6c5.tar
forums-6da58fc4bf7253ac6aa987d4d2c21f4d17c2d6c5.tar.gz
forums-6da58fc4bf7253ac6aa987d4d2c21f4d17c2d6c5.tar.bz2
forums-6da58fc4bf7253ac6aa987d4d2c21f4d17c2d6c5.tar.xz
forums-6da58fc4bf7253ac6aa987d4d2c21f4d17c2d6c5.zip
Merge PR #817 branch 'mvinny/ticket/10905' into develop
* mvinny/ticket/10905: [ticket/10905] Last topic title for subsilver2
-rw-r--r--phpBB/styles/subsilver2/template/forumlist_body.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html
index 334fd7a968..be32d1fb77 100644
--- a/phpBB/styles/subsilver2/template/forumlist_body.html
+++ b/phpBB/styles/subsilver2/template/forumlist_body.html
@@ -56,6 +56,9 @@
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
+ <!-- IF forumrow.S_DISPLAY_SUBJECT -->
+ <p class="topicdetails"><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a></p>
+ <!-- ENDIF -->
<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 -->