{assign var="OnAlbumPage" value=1} {include file="$blogtemplate/header.template"}

{$locale->tr("albums")}

{$locale->tr( {$album->getName()}

{$album->getDescription()}

 
{if $pager->getCurrentPage() == 1} {assign var="counter" value=0} {assign var=children value=$album->getChildren()} {foreach from=$children item=childalbum} {/foreach} {/if}
 
{include file="$blogtemplate/panel.template"} {include file="$blogtemplate/footer.template"}