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

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Feb 7 10:08:33 GMT 2006


Author: mark
Date: 2006-02-07 10:08:32 +0000 (Tue, 07 Feb 2006)
New Revision: 2923

Modified:
   plog/trunk/templates/standard/post.template
Log:
Change the {$post->getNumTrackbacks()} {$post->getTotalTrackbacks()} to get the real number of trackbacks.

Modified: plog/trunk/templates/standard/post.template
===================================================================
--- plog/trunk/templates/standard/post.template	2006-02-07 10:07:01 UTC (rev 2922)
+++ plog/trunk/templates/standard/post.template	2006-02-07 10:08:32 UTC (rev 2923)
@@ -13,5 +13,5 @@
 	 {$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->getTotalTrackbacks()})</a>
 </p>



More information about the pLog-svn mailing list