{include file="$blogtemplate/header.template"} {include file="$blogtemplate/links.template"}

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

{foreach from=$mylinkscategories item=linkcategory}

{$linkcategory->getName()}

{foreach from=$linkcategory->getLinks() item=link} {$link->getName()}: {$link->getDescription()}
{/foreach} {/foreach} {include file="$blogtemplate/footer.template"}