{$myAccountLinks = $userquery->my_account_links()} {$leftMenuLinks = array_slice($myAccountLinks, 7)}
{include file="$style_dir/blocks/manage/account_menu.html"}
{include file="$style_dir/blocks/category_list.html" type='group'}
{assign var=sorting_links value=sorting_links()}

Browsing All Categories: {if isset($smarty.get.sort)} {foreach from=$sorting_links item=name key=sort} {if $smarty.get.sort==$sort} {/if} {/foreach} {/if}

{foreach $groups as $key => $group}

{$group.group_name}

{lang code='views'}{$group.total_views|number_format}
{lang code='total_members'}{$group.total_members|number_format}
{lang code='total_videos'}{$group.total_videos|number_format}
{lang code='total_topics'}{$group.total_topics|number_format}
{lang code='owner'}{$group.username}
{/foreach}