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

reto at devel.lifetype.net reto at devel.lifetype.net
Sat Oct 28 19:49:28 GMT 2006


Author: reto
Date: 2006-10-28 19:49:27 +0000 (Sat, 28 Oct 2006)
New Revision: 4199

Modified:
   plog/trunk/templates/standard/footer.template
Log:
changing getNumArticles to getNumPublishedArticles

(other templates will follow...)

Modified: plog/trunk/templates/standard/footer.template
===================================================================
--- plog/trunk/templates/standard/footer.template	2006-10-27 21:39:52 UTC (rev 4198)
+++ plog/trunk/templates/standard/footer.template	2006-10-28 19:49:27 UTC (rev 4199)
@@ -64,7 +64,7 @@
     	<div id="Categories">
     	<ul>
     		{foreach from=$articlecategories item=articleCategory}
-    	<li><a title="{$articleCategory->getName()}" href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()} <abbr title="{$articleCategory->getNumArticles()} {$locale->tr("posts")}">[{$articleCategory->getNumArticles()}]</abbr></a></li>
+    	<li><a title="{$articleCategory->getName()}" href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()} <abbr title="{$articleCategory->getNumPublishedArticles()} {$locale->tr("posts")}">[{$articleCategory->getNumArticles()}]</abbr></a></li>
    		{/foreach}
   	</ul>
   	</div>



More information about the pLog-svn mailing list