[pLog-svn] r1362 - templates/trunk/minitemplate

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 9 14:03:33 GMT 2005


Author: jondaley
Date: 2005-03-09 14:03:32 +0000 (Wed, 09 Mar 2005)
New Revision: 1362

Modified:
   templates/trunk/minitemplate/searchresults.template
Log:
removed ?searchterms

Modified: templates/trunk/minitemplate/searchresults.template
===================================================================
--- templates/trunk/minitemplate/searchresults.template	2005-03-09 14:03:28 UTC (rev 1361)
+++ templates/trunk/minitemplate/searchresults.template	2005-03-09 14:03:32 UTC (rev 1362)
@@ -8,11 +8,7 @@
 			{assign var=article value=$result->getArticle()}
 
 
-			{if $urlmode == 2}
-				<a href="{$url->postPermalink($article)}?searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}" target="blank">{$article->getTopic()}</a>
-			{else}
-				<a href="{$url->postPermalink($article)}&searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}"  target="blank">{$article->getTopic()}</a>
-			{/if}
+			<a href="{$url->postPermalink($article)}" target="blank">{$article->getTopic()}</a>
 		</div>
 		<div>
 		  {$article->getText()|strip_tags|truncate:300:"...":false}




More information about the pLog-svn mailing list