{* * 2007-2017 Amazzing * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * * @author Amazzing * @copyright 2007-2017 Amazzing * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * *} {if $posts}
{* filled dynamically *}
{foreach $posts as $k => $post}
{if !empty($post.cover)}
{$src = $blog->img_dir|cat:'posts/'|cat:$post.id_post|cat:'/'|cat:$settings.cover_type|cat:'/'|cat:$post.cover}
{/if}

{$post.title|truncate:$settings.title_truncate:'...'|escape:'html':'UTF-8'}

{/foreach}
{else}
{l s='No posts' mod='amazzingblog'}
{/if}