[pLog-svn] r3217 - plog/trunk/templates/summary
    mark at devel.lifetype.net 
    mark at devel.lifetype.net
       
    Mon Apr 10 08:48:32 GMT 2006
    
    
  
Author: mark
Date: 2006-04-10 08:48:32 +0000 (Mon, 10 Apr 2006)
New Revision: 3217
Modified:
   plog/trunk/templates/summary/blogslist.template
Log:
oh! fix a bug.. :(
Modified: plog/trunk/templates/summary/blogslist.template
===================================================================
--- plog/trunk/templates/summary/blogslist.template	2006-04-10 08:44:22 UTC (rev 3216)
+++ plog/trunk/templates/summary/blogslist.template	2006-04-10 08:48:32 UTC (rev 3217)
@@ -10,9 +10,9 @@
 		{/foreach}
     </div>
     {if empty($currentBlogCategory)}
-    	<h4>{$locale->tr("all")} ({$blogCategory->getNumBlogs()})</h4>
+    	<h4>{$locale->tr("all")}</h4>
     {else}
-    	<h4>{$currentBlogCategory->getName()}</h4>
+    	<h4>{$currentBlogCategory->getName()} ({$currentBlogCategory->getNumBlogs()})</h4>
     {/if}
     {foreach from=$blogs item=blog}
         {assign var="updateDate" value=$blog->getUpdateDateObject()}
    
    
More information about the pLog-svn
mailing list