{$smarty.const.C_BLOGNAME|htmlspecialchars} {$smarty.const.C_BLOG_DESCRIPTION} {$smarty.const.C_BLOGURL} {$smarty.const.C_LAST_MODIFIED|date_format:"r"} bBlog {$bBlog_version} All Rights Reserved {foreach from=$posts item=post} {$post.permalink} {$post.title|htmlspecialchars} {$post.permalink} {if strlen($post.author.email) > 0} {if strlen($post.author.fullname) > 0} {$post.author.email} ({$post.author.fullname}) {else} {$post.author.email} ({$post.author.nickname}) {/if} {/if} {foreach from=$post.sections item=section} {$section.name|htmlentities} {/foreach} {$post.posttime|date_format:"r"} {$post.body|htmlspecialchars} {/foreach}