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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Feb 24 01:39:12 GMT 2005


Author: jondaley
Date: 2005-02-24 01:39:12 +0000 (Thu, 24 Feb 2005)
New Revision: 1179

Modified:
   plog/trunk/templates/standard/post.template
Log:
multiple categories

Modified: plog/trunk/templates/standard/post.template
===================================================================
--- plog/trunk/templates/standard/post.template	2005-02-24 01:38:56 UTC (rev 1178)
+++ plog/trunk/templates/standard/post.template	2005-02-24 01:39:12 UTC (rev 1179)
@@ -10,8 +10,9 @@
 
 <p class="footer">
 {foreach name=categories from=$post->getCategories() item=postCategory}
-  <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a> 
-  {if !$smarty.foreach.categories.last}, {/if}
+  <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>
+ :: <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>
 </p>




More information about the pLog-svn mailing list