From 22099521dda5169dbf7cd98e7d181eb7588e8d71 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Wed, 16 Jan 2002 17:15:02 +0000 Subject: [PATCH] Removed fixed language string git-svn-id: file:///svn/phpbb/trunk@1887 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/page_header.php | 1 + phpBB/templates/subSilver/search_results_posts.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}