Файл: libs/tpl/posts.tpl
Строк: 16
{section name=i loop=$post}
<div class="{if
$post[i].type}{$post[i].type}{else}listing{/if}">
{if
$post[i].image} <div class="image">
{$post[i].image}</div>{/if}
<div class="content">
{if
$post[i].action.delete}<a class="fl_r"
href="{$post[i].action.delete}"
title="Удалить"><i class="icon
delete"></i></a>{/if}
{if $post[i].action.reply}<a
class="fl_r" href="{$post[i].action.reply}"
title="Ответить"><i class="icon
reply"></i></a>{/if}
{if $post[i].action.edit}<a
class="fl_r" href="{$post[i].action.edit}"
title="Изменить"><i class="icon
edit"></i></a>{/if}
{if
$post[i].title}<b>{$post[i].title}</b> {/if}
{if
$post[i].time}({$post[i].time}){/if}
{if
$post[i].post}<br/>{$post[i].post}{/if}
</div>
</div>
{/section}