diff options
author | Vinny <vinny@suportephpbb.com.br> | 2012-05-22 15:34:39 -0300 |
---|---|---|
committer | Vinny <vinny@suportephpbb.com.br> | 2012-05-22 15:34:39 -0300 |
commit | a32a5925b357f78eb8735c0aaf1595935305c126 (patch) | |
tree | 1ec5ffaf11ae94a1cb785796603b90cf153a0c93 /phpBB | |
parent | 3b6ca178aa622fb1cc64c977fdc9eb47e3843cc7 (diff) | |
download | forums-a32a5925b357f78eb8735c0aaf1595935305c126.tar forums-a32a5925b357f78eb8735c0aaf1595935305c126.tar.gz forums-a32a5925b357f78eb8735c0aaf1595935305c126.tar.bz2 forums-a32a5925b357f78eb8735c0aaf1595935305c126.tar.xz forums-a32a5925b357f78eb8735c0aaf1595935305c126.zip |
[ticket/10905] Last topic title for subsilver2
PHPBB3-10905
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subsilver2/template/forumlist_body.html | 3 |
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> <!-- 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 --> |