[pLog-svn] r1388 - in plog/trunk/templates: standard standard-with-plugins

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Mar 9 16:26:20 GMT 2005


Author: jondaley
Date: 2005-03-09 16:26:19 +0000 (Wed, 09 Mar 2005)
New Revision: 1388

Modified:
   plog/trunk/templates/standard-with-plugins/searchresults.template
   plog/trunk/templates/standard/searchresults.template
Log:
removed unused vars

Modified: plog/trunk/templates/standard/searchresults.template
===================================================================
--- plog/trunk/templates/standard/searchresults.template	2005-03-09 16:23:15 UTC (rev 1387)
+++ plog/trunk/templates/standard/searchresults.template	2005-03-09 16:26:19 UTC (rev 1388)
@@ -9,7 +9,6 @@
       <p class="searchArticle">
       {$article->getText()|strip_tags|truncate:300:"...":false}
       </p>
-      {assign var="articleCategory" value=$article->getCategory()}
       <p class="footer">
 		{foreach name=categories from=$article->getCategories() 
 				 item=postCategory}

Modified: plog/trunk/templates/standard-with-plugins/searchresults.template
===================================================================
--- plog/trunk/templates/standard-with-plugins/searchresults.template	2005-03-09 16:23:15 UTC (rev 1387)
+++ plog/trunk/templates/standard-with-plugins/searchresults.template	2005-03-09 16:26:19 UTC (rev 1388)
@@ -9,7 +9,6 @@
       <p class="searchArticle">
       {$article->getText()|strip_tags|truncate:300:"...":false}
       </p>
-      {assign var="articleCategory" value=$article->getCategory()}
       <p class="footer">
 		{foreach name=categories from=$article->getCategories() 
 				 item=postCategory}




More information about the pLog-svn mailing list