[pLog-svn] r1372 - templates/trunk/toto

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


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

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

Modified: templates/trunk/toto/searchresults.template
===================================================================
--- templates/trunk/toto/searchresults.template	2005-03-09 14:04:05 UTC (rev 1371)
+++ templates/trunk/toto/searchresults.template	2005-03-09 14:04:08 UTC (rev 1372)
@@ -15,11 +15,7 @@
       {assign var=article value=$result->getArticle()}
       <table width="100%"  border="0" cellspacing="0" cellpadding="4">
         <tr>
-      {if $urlmode == 2}
-          <td class="title"><a href="{$url->postPermalink($article)}?searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}">{$article->getTopic()}</a></td>
-      {else}
-          <td class="title"><a href="{$url->postPermalink($article)}&searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}">{$article->getTopic()}</a></td>
-      {/if}
+          <td class="title"><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></td>
         </tr>
         <tr>
          <td class="info">




More information about the pLog-svn mailing list