Featured Files

{if $topItem} {/if}

{$lang.featured_last_six_months}

{if $items}
    {foreach from=$items item=i name=foo}
  • {$i.sales} {$lang.sales} {if $i.free_file == 'true'} {$currency.symbol}{$i.price} {else} {$currency.symbol}{$i.price} {/if}
    {section name=foo start=1 loop=6 step=1}{if $i.rating >= $smarty.section.foo.index}{else}{/if} {/section}
  • {/foreach}
{else}
{$lang.no_items}
{/if}