• {assign var=blogOwner value=$blog->getOwnerInfo()} {if $blogOwner->getAboutMyself()}

    About

    {$blogOwner->getfullName()}

    {$blogOwner->getAboutMyself()}

    {/if}
  • Around here

      {foreach from=$recentposts item=recentpost}
    • {$recentpost->getTopic()}
    • {/foreach}
  • Navigate

    • {$locale->tr("main")}
    • {$locale->tr("archives")}
    • {$locale->tr("links")}
    • {$locale->tr("summary")}
  • Categories

      {foreach from=$articlecategories item=articleCategory}
    • {$articleCategory->getName()} ({$articleCategory->getNumArticles()})
    • {/foreach}
  • Meta

    • {$locale->tr("admin")}
    • {$locale->tr("albums")}
    • Valid XHTML
    • XFN
    • LifeType
  • {if !empty($recentcomments)} {if $recentcomments->isEnabled()}

    Recent Comments

      {assign var=comments value=$recentcomments->getRecentComments()} {foreach from=$comments item=comment} {assign var=commentpostid value=$comment->getArticleId()} {assign var=commentpost value=$recentcomments->getArticle($commentpostid)}
    • {$comment->getUsername()}:{$comment->getText()|truncate:100:"..."|strip_tags}
    • {/foreach}
    {/if} {/if}