{* * 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 $items} {$col = false}{if $settings.display_type == 'grid'}{$col = 12/$settings.col_num}{/if}
{if $resource_type == 'product'}{$item_tpl_path = $blog->getTemplatePath('product-list-item.tpl')}{/if} {foreach $items as $k => $item}
{if !empty($item_tpl_path)} {include file = $item_tpl_path item = $item} {else} {$item.title|escape:'html':'UTF-8'} {/if}
{/foreach}
{/if} {* since 1.3.0 *}