{include file="$blogtemplate/header.template"} {assign var="postDate" value=$post->getDateObject()} {assign var="postOwner" value=$post->getUserInfo()}
{include file="$blogtemplate/post.template"} |
Comments
{foreach from=$comments item=comment}
{$comment->getText()} {$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")} |
{$locale->tr("add_comment")}
{include file="$blogtemplate/commentform.template"}
|