{include file="$blogtemplate/header.template"} {assign var="postDate" value=$post->getDateObject()} {assign var="postOwner" value=$post->getUserInfo()}
{* Prevpost and nextpost use *}
{assign var=nextpost value=$post->getNextArticle()} {assign var=prevpost value=$post->getPrevArticle()} {if $prevpost == true} « {$locale->tr("previous_post")} | {/if} {if $nextpost == true} {$locale->tr("next_post")}» {/if}
{* End of article_index *}
{include file="$blogtemplate/post.template"}
{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
{$locale->tr("add_comment")}
{include file="$blogtemplate/commentform.template"}
{/if}
Comments
{foreach name=comment from=$comments item=comment}
[{$smarty.foreach.comment.total-$smarty.foreach.comment.iteration+1}] {$comment->getTopic()}[{$locale->tr("comments")}]| {$locale->tr("posted_by")} {if $comment->getUserUrl() != ""} {$comment->getUsername()} {else} {$comment->getUsername()} {/if} |{assign var=commentDate value=$comment->getDateObject()} {$locale->formatDate($commentDate, "%d %b %Y, %H:%M")}
{$comment->getText()}
{/foreach}
 
{include file="$blogtemplate/panel.template"} {include file="$blogtemplate/footer.template"}