diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php index 44c7567eb6..5c59f0b2a8 100644 --- a/phpBB/includes/page_header.php +++ b/phpBB/includes/page_header.php @@ -351,6 +351,7 @@ $template->assign_vars(array( "L_JOINED" => $lang['Joined'], "L_AUTO_LOGIN" => $lang['Log_me_in'], "L_AUTHOR" => $lang['Author'], + "L_SUBJECT" => $lang['Subject'], "L_MESSAGE" => $lang['Message'], "L_LOGIN_LOGOUT" => $l_login_logout, "L_SEARCH_NEW" => $lang['Search_new'], diff --git a/phpBB/templates/subSilver/search_results_posts.tpl b/phpBB/templates/subSilver/search_results_posts.tpl index eec09b4d59..0066efbaa5 100644 --- a/phpBB/templates/subSilver/search_results_posts.tpl +++ b/phpBB/templates/subSilver/search_results_posts.tpl @@ -27,7 +27,7 @@ {L_VIEWS}: {searchresults.TOPIC_VIEWS}
{searchresults.MINI_POST_IMG}{L_FORUM}: {searchresults.FORUM_NAME}   {L_POSTED}: - {searchresults.POST_DATE}   Subject: {searchresults.POST_SUBJECT} + {searchresults.POST_DATE}   {L_SUBJECT}: {searchresults.POST_SUBJECT} {searchresults.MESSAGE}