diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 7e60aad70c..4374c44c3d 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -55,7 +55,7 @@
{forumrow.LAST_POST_TIME}
- style="color: {forumrow.LAST_POSTER_COLOUR}">{forumrow.LAST_POSTER} + style="font-weight: bold; color: {forumrow.LAST_POSTER_COLOUR}">{forumrow.LAST_POSTER} {forumrow.LAST_POSTER} diff --git a/phpBB/styles/subSilver/template/search_results.html b/phpBB/styles/subSilver/template/search_results.html index a192f090ad..8a8a0a55ee 100644 --- a/phpBB/styles/subSilver/template/search_results.html +++ b/phpBB/styles/subSilver/template/search_results.html @@ -51,12 +51,12 @@
{L_IN} {searchresults.FORUM_TITLE}
-{searchresults.TOPIC_REPLIES}
{searchresults.TOPIC_VIEWS}
{searchresults.LAST_POST_TIME}
-style="color: {searchresults.LAST_POST_AUTHOR_COLOUR}">{searchresults.LAST_POST_AUTHOR}{searchresults.LAST_POST_AUTHOR} +
style="font-weight: bold; color: {searchresults.LAST_POST_AUTHOR_COLOUR}">{searchresults.LAST_POST_AUTHOR}{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ]
-{topicrow.REPLIES}
{topicrow.VIEWS}
{topicrow.LAST_POST_TIME}
-style="color: {topicrow.LAST_POST_AUTHOR_COLOUR}">{topicrow.LAST_POST_AUTHOR}{topicrow.LAST_POST_AUTHOR} +
style="font-weight: bold; color: {topicrow.LAST_POST_AUTHOR_COLOUR}">{topicrow.LAST_POST_AUTHOR}{topicrow.LAST_POST_AUTHOR} {LAST_POST_IMG}