From 65220c114c6f053b5ff2fa0e00d8ea91e1119028 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 19 Dec 2001 17:14:46 +0000 Subject: [PATCH] Minor change to column order git-svn-id: file:///svn/phpbb/trunk@1635 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/search_results_topics.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/templates/subSilver/search_results_topics.tpl b/phpBB/templates/subSilver/search_results_topics.tpl index f9f31cc6e5..2c1c08c509 100644 --- a/phpBB/templates/subSilver/search_results_topics.tpl +++ b/phpBB/templates/subSilver/search_results_topics.tpl @@ -16,8 +16,8 @@    {L_FORUM}   {L_TOPICS}  -  {L_REPLIES}   {L_AUTHOR}  +  {L_REPLIES}   {L_VIEWS}   {L_LASTPOST}  @@ -26,8 +26,8 @@ {searchresults.FOLDER} {searchresults.FORUM_NAME} {searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
{searchresults.GOTO_PAGE} - {searchresults.REPLIES} - {searchresults.TOPIC_POSTER} + {searchresults.TOPIC_POSTER} + {searchresults.REPLIES} {searchresults.VIEWS} {searchresults.LAST_POST}