[pLog-svn] r1360 - plog/trunk/templates/grey

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


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

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

Modified: plog/trunk/templates/grey/searchresults.template
===================================================================
--- plog/trunk/templates/grey/searchresults.template	2005-03-09 14:03:21 UTC (rev 1359)
+++ plog/trunk/templates/grey/searchresults.template	2005-03-09 14:03:25 UTC (rev 1360)
@@ -4,11 +4,7 @@
     {foreach from=$searchresults item=result}
      <div class="searchresult">
       {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}"><h3><b>{$article->getTopic()}</b></h3></a>
-      {else}
-      <a href="{$url->postPermalink($article)}&searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}"><h3><b>{$article->getTopic()}</b></h3></a>
-      {/if}
+      <a href="{$url->postPermalink($article)}"><h3><b>{$article->getTopic()}</b></h3></a>
      <div align="right">{foreach name=categories from=$article->getCategories() item=postcategory}
        <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
        {if !$smarty.foreach.categories.last}, {/if}


Property changes on: plog/trunk/templates/grey/searchresults.template
___________________________________________________________________
Name: svn:executable
   - *




More information about the pLog-svn mailing list