diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index aa5631c5de..876f8d883a 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -35,8 +35,13 @@
- - + + + {forumrow.FORUM_IMAGE} {forumrow.FORUM_NAME}
{forumrow.FORUM_DESC} @@ -47,7 +52,10 @@
{forumrow.L_SUBFORUM_STR}{L_COLON} - {forumrow.subforum.SUBFORUM_NAME}{L_COMMA_SEPARATOR} + + {forumrow.subforum.SUBFORUM_NAME} + + {L_COMMA_SEPARATOR} @@ -68,19 +76,34 @@
{forumrow.TOPICS} {L_TOPICS}
{forumrow.POSTS} {L_POSTS}
-
- - {UNAPPROVED_IMG} - - {UNAPPROVED_POST_IMG} - - {L_LAST_POST} - - - {forumrow.LAST_POST_SUBJECT_TRUNCATED}
- - {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} - {LAST_POST_IMG}
{forumrow.LAST_POST_TIME}{L_NO_POSTS}
 
+
+ + + + {TOPICS_UNAPPROVED} + + + + {POSTS_UNAPPROVED_FORUM} + + + + {L_LAST_POST} + + + {forumrow.LAST_POST_SUBJECT_TRUNCATED}
+ + {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} + + + {VIEW_LATEST_POST} + + +
{forumrow.LAST_POST_TIME} + + {L_NO_POSTS}
  + +