<{if $rss_show eq 1}> <{/if}>
<{$page_title}> - <{$page_subtitle}>
<{$lang_rss}> <{$lang_rss}>

<{$lang_categories}>
<{$cat_url}>

<{if count($categories) > 0}> <{foreach item=category from=$categories}> <{if $category.count is div by 3}> <{/if}> <{/foreach}>
<{$category.cat_title}> (<{$category.total}>)
<{$category.subs}>
<{/if}>

<{$lang_recententries}>
<{foreach item=entry from=$entries}>
<{$entry.created_date}>
<{if $entry.use_avatar == 1}> <{/if}>
<{$entry.lang_category}>: <{$entry.category}>

<{$entry.lang_author}>: <{$entry.uname}> (<{$entry.created_time}>)
<{$entry.contents}>
<{if $entry.is_private eq 1}> <{$entry.private}>: <{/if}> <{$entry.read_users_blog}> <{if $entry.provide_edit_link eq 1}> | <{$lang_edit}> <{/if}> | <{$entry.lang_comments}> (<{$entry.comments}>) | <{$entry.lang_reads}> (<{$entry.reads}>)
<{/foreach}>

<{$pagination}>

<{include file='db:system_notification_select.html'}>