|
||
{if $uploads ne 'empty'}
{foreach item=item from=$links}
{$item.name}
{/foreach}
{/if}
{else}
{$lang.gallary.no_photos}
{/if}
|
{include file="$gentemplates/index_top.tpl"}
|
||
{if $uploads ne 'empty'}
{foreach item=item from=$links}
{$item.name}
{/foreach}
{/if}
{else}
{$lang.gallary.no_photos}
{/if}
|