aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/forumlist_body.html
diff options
context:
space:
mode:
authorRahul <rahulr92@phpbb.com>2012-03-31 22:41:41 +0530
committerRahul R <rahulr92@gmail.com>2012-04-05 00:45:50 +0530
commit01e6254ccca0536a43703c118496b189654d3904 (patch)
tree0d6b3ccec88e1f27a6c0abfc08b8e85d955fe587 /phpBB/styles/prosilver/template/forumlist_body.html
parentfd409c49a5daac5cc0b055798ce9b601525b11a4 (diff)
downloadforums-01e6254ccca0536a43703c118496b189654d3904.tar
forums-01e6254ccca0536a43703c118496b189654d3904.tar.gz
forums-01e6254ccca0536a43703c118496b189654d3904.tar.bz2
forums-01e6254ccca0536a43703c118496b189654d3904.tar.xz
forums-01e6254ccca0536a43703c118496b189654d3904.zip
[ticket/10650] Changed language files and forumlist
The entry in languages have been changed from title to subject. Also the IF condition in forumlist_body.html has been properly intented. PHPBB3-10650
Diffstat (limited to 'phpBB/styles/prosilver/template/forumlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/forumlist_body.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html
index e1070ca23d..17454ed330 100644
--- a/phpBB/styles/prosilver/template/forumlist_body.html
+++ b/phpBB/styles/prosilver/template/forumlist_body.html
@@ -46,7 +46,8 @@
<!-- 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><!-- ENDIF -->
+ <a href="{forumrow.U_LAST_POST}">{forumrow.LAST_POST_SUBJECT}</a>
+ <!-- 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>
</dd>