[pLog-svn] r1370 - templates/trunk/standard_happy

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 9 14:04:02 GMT 2005


Author: jondaley
Date: 2005-03-09 14:04:01 +0000 (Wed, 09 Mar 2005)
New Revision: 1370

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

Modified: templates/trunk/standard_happy/searchresults.template
===================================================================
--- templates/trunk/standard_happy/searchresults.template	2005-03-09 14:03:58 UTC (rev 1369)
+++ templates/trunk/standard_happy/searchresults.template	2005-03-09 14:04:01 UTC (rev 1370)
@@ -5,11 +5,7 @@
     
     
       {assign var=article value=$result->getArticle()}
-      {if $urlmode == 2}
-      <h3><a href="{$url->postPermalink($article)}?searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}">{$article->getTopic()}</a></h3>
-      {else}
-      <h3><a href="{$url->postPermalink($article)}&searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}">{$article->getTopic()}</a></h3>
-      {/if}
+      <h3><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></h3>
       <p class="searchArticle">
       {$article->getText()|strip_tags|truncate:300:"...":false}
       </p>




More information about the pLog-svn mailing list