{* Страница отдельной записи блога *}

{$post->name|escape}

{$post->date|date|date_format:"%e %m %Y":"":"rus"}

{*if $post->image}
{$post->name|escape}
{/if*} {$post->text}
{foreach from=$action_photos item=ph}
{/foreach}
{if $action_photos || $prev_post || $next_post}

{/if}
{if $prev_post}
← {$prev_post->name}
{/if}
{if $next_post}

{$next_post->name}
 →
{/if}

Комментарии

{if $comments} {else}

Пока нет комментариев

{/if}
Написать комментарий {if $error}
{if $error=='captcha'} Неверно введена капча {elseif $error=='empty_name'} Введите имя {elseif $error=='empty_comment'} Введите комментарий {/if}
{/if}

{* Скрипт для листания через ctrl → *} {* Ссылки на соседние страницы должны иметь id PrevLink и NextLink *} {literal} {/literal}