[pLog-svn] r1366 - templates/trunk/splat

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


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

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

Modified: templates/trunk/splat/searchresults.template
===================================================================
--- templates/trunk/splat/searchresults.template	2005-03-09 14:03:42 UTC (rev 1365)
+++ templates/trunk/splat/searchresults.template	2005-03-09 14:03:45 UTC (rev 1366)
@@ -5,11 +5,7 @@
     {foreach from=$searchresults item=result}
     <div class="post">
       {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