{config_load file="front.conf" section="setup"} {foreach from=$menu key=myId item=i name=tabela}
{if $i.photoid && $i.photoid>0} {$i.name} {else} {/if}

{$i.name}

{$i.description}


{if $smarty.foreach.tabela.last}
{/if} {/foreach}