[pLog-svn] r3220 - plog/trunk/templates/summary

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Apr 10 14:27:04 GMT 2006


Author: mark
Date: 2006-04-10 14:27:04 +0000 (Mon, 10 Apr 2006)
New Revision: 3220

Modified:
   plog/trunk/templates/summary/blogslist.template
Log:
Make the blogslist.template and postslist has the same outlooking.

Modified: plog/trunk/templates/summary/blogslist.template
===================================================================
--- plog/trunk/templates/summary/blogslist.template	2006-04-10 14:24:22 UTC (rev 3219)
+++ plog/trunk/templates/summary/blogslist.template	2006-04-10 14:27:04 UTC (rev 3220)
@@ -2,11 +2,7 @@
 <div id="onecolumn">
     <div id="intro">
 		{foreach from=$blogCategories item=blogCategory}
-			{if $blogCategory->getNumBlogs() > 0}
-				<a href="?op=BlogList&amp;blogCategoryId={$blogCategory->getId()}">{$blogCategory->getName()}</a>
-			{else}
-				{$blogCategory->getName()}
-			{/if}
+			<a href="?op=BlogList&amp;blogCategoryId={$blogCategory->getId()}">{$blogCategory->getName()}</a>
 		{/foreach}
     </div>
     {if empty($currentBlogCategory)}



More information about the pLog-svn mailing list