Файл: libs/tpl/posts.tpl
Строк: 16
{section name=i loop=$post}
{if $post[i].url}<a
href="{$post[i].url}">{/if}
<div class="{if
$post[i].div}{$post[i].div}{/if} listing">
{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}{$post[i].title}
{/if}
{if $post[i].time}({$post[i].time}){/if}
{if
$post[i].post}<br/>{$post[i].post}{/if}
</div>
</div>
{if
$post[i].url}</a>{/if}
{/section}