aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorRahul R <rahulr92@gmail.com>2012-04-08 12:25:25 +0530
committerRahul R <rahulr92@gmail.com>2012-04-08 12:25:25 +0530
commit094dbe7ccc22119aa50963ae4714a00e76aef9a5 (patch)
tree1473c7afca8c4e56ae46a7c634da2ef189e4a5f6 /phpBB/styles/prosilver/template/forumlist_body.html
parentb0f5db152f2c24fe6fe821f91d05d7e327a587c0 (diff)
downloadforums-094dbe7ccc22119aa50963ae4714a00e76aef9a5.tar
forums-094dbe7ccc22119aa50963ae4714a00e76aef9a5.tar.gz
forums-094dbe7ccc22119aa50963ae4714a00e76aef9a5.tar.bz2
forums-094dbe7ccc22119aa50963ae4714a00e76aef9a5.tar.xz
forums-094dbe7ccc22119aa50963ae4714a00e76aef9a5.zip
[ticket/10650] Made use of truncate_string() function
Removed manual cropping and used truncate_string function. Also made a new variable so that is preserved. PHPBB3-10650
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-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 ca38d3b5c0..55f8e6df30 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -46,7 +46,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}">{forumrow.LAST_POST_SUBJECT}</a> <br />
+ <a href="{forumrow.U_LAST_POST}">{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>