{php} global $conf; $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]); {/php}

{'Home'|@translate}{$LEVEL_SEPARATOR}{'Tags'|@translate}

{if isset($tags)} {if $display_mode == 'cloud'}
{foreach from=$tags item=tag} {$tag.name} {/foreach}
{/if} {if $display_mode == 'letters'}
{foreach from=$letters item=letter}
{$letter.TITLE} {foreach from=$letter.tags item=tag} {/foreach}
{$tag.name} {$pwg->l10n_dec('%d image', '%d images', $tag.counter)}
{if isset($letter.CHANGE_COLUMN) }
{/if} {/foreach}
{/if} {/if}