{getpost assign=post postid=$postid} {assign var=title value="`$post.title` - $blogname"} {include file="header.html"}

{$post.posttime|date_format:s2}

{$post.title}

{$post.body}
{$post.posttime|date_format:jim}
The trackback url for this post is {$post.trackbackurl}

{getcomments assign=comments} {foreach from=$comments item=comment} {if $comment.deleted eq "true"} {elseif $comment.onhold}
...
Comment pending moderation
{else}
{$comment.title|nohtml}
{$comment.body|kses|nl2br}
{if $comment.type eq 'trackback'} Trackback from {$comment.author} {$comment.posted|date_format:since} • {$comment.replylink} {else} {$comment.posted|date_format:since} by {$comment.author} • {$comment.emaillink} • {$comment.websitelink} • {$comment.replylink} {/if}
Comment Trackback URL : {$comment.trackbackurl}
{/if} {/foreach} {if $post.allowcomments}
{$commentformhiddenfields}

Add Comment

( to reply to a comment, click the reply link next to the comment )

 
Comment Title
 
Your Name:
 
Email Address:
Make Public?
 
Website:
Make Public?
 
Comment:

Allowed XHTML tags : a, b, i, strong, code, acrynom, blockquote, abbr. Linebreaks will be converted automatically.

 
 
 
{else}

Comments have now been turned off for this post

{/if}