{#locale_recent_comments#}
{assign var=comments value=$recentcomments->getRecentComments(#howmanyrecentcomments#)}
{foreach from=$comments item=comment}
{assign var=commentpostid value=$comment->getArticleId()}
{assign var=commentpost value=$recentcomments->getArticle($commentpostid)}
- {$comment->getUsername()} » {$commentpost->getTopic()}
{/foreach}