{include file="summary/header.template" selected="blogslist" columns=1}
{if empty($currentBlogCategory)}

{$locale->tr("all")} {if $blogs} RSS {/if}

{else}

{$currentBlogCategory->getName()} ({$currentBlogCategory->getNumBlogs()}) {if $blogs} RSS {/if}

{/if}

{$locale->tr("blog_categories")}

  • {if $blogCategoryId != 0} {$locale->tr("all")} {else} {$locale->tr("all")} {/if}
  • {foreach from=$blogCategories item=blogCategory} {if $blogCategory->getNumBlogs() > 0} {math assign=fontSize equation="(int)((x-y)/step)+12" x=$blogCategory->getNumActiveBlogs() y=$min step=$step}
  • {if $blogCategory->getId() != $blogCategoryId} {$blogCategory->getName()} {else} {$blogCategory->getName()} {/if}
  • {/if} {/foreach}
{foreach from=$blogs item=blog} {include file="summary/blog.template"} {/foreach} {pager style="links"}
{include file="summary/footer.template"}