aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-07-23 18:50:59 -0700
committerNils Adermann <naderman@naderman.de>2012-07-23 18:50:59 -0700
commitd1e56868667234b4d8ea61a79463c3e3e47efa80 (patch)
treee82fcb01fc4d96dc5ce1db605cdbdfda6b72d9bd /phpBB/styles/prosilver/template
parentefbc02acf30e1a98db9b7123610c593fe8fa6832 (diff)
parentedec4a492e20d71486574ab94b4141d2f355b6fd (diff)
downloadforums-d1e56868667234b4d8ea61a79463c3e3e47efa80.tar
forums-d1e56868667234b4d8ea61a79463c3e3e47efa80.tar.gz
forums-d1e56868667234b4d8ea61a79463c3e3e47efa80.tar.bz2
forums-d1e56868667234b4d8ea61a79463c3e3e47efa80.tar.xz
forums-d1e56868667234b4d8ea61a79463c3e3e47efa80.zip
Merge pull request #924 from VSEphpbb/ticket/11025
[ticket/11025] Make last topic titles in forum list Bold
Diffstat (limited to 'phpBB/styles/prosilver/template')
-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 723c2ffeda..488658d806 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -51,7 +51,7 @@
<!-- 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.S_DISPLAY_SUBJECT -->
- <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br />
+ <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}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br />&nbsp;<!-- ENDIF --></span>