[pLog-svn] r556 - plog/trunk/templates/standard

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Dec 22 06:25:04 GMT 2004


Author: oscar
Date: 2004-12-22 06:25:04 +0000 (Wed, 22 Dec 2004)
New Revision: 556

Modified:
   plog/trunk/templates/standard/post.template
Log:
fixed one issue with the post categories


Modified: plog/trunk/templates/standard/post.template
===================================================================
--- plog/trunk/templates/standard/post.template	2004-12-21 13:44:48 UTC (rev 555)
+++ plog/trunk/templates/standard/post.template	2004-12-22 06:25:04 UTC (rev 556)
@@ -10,7 +10,7 @@
 
 <p class="footer">
 {foreach name=categories from=$post->getCategories() item=postCategory}
-  <a href="{$url->postCategoryLink($post)}">{$postCategory->getName()}</a> 
+  <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a> 
   {if !$smarty.foreach.categories.last}, {/if}
 {/foreach}
 :: <a href="{$url->postPermalink($post)}">{$locale->tr("comment on this")} ({$post->getTotalComments()})</a> :: <a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> :: <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a>




More information about the pLog-svn mailing list