{$myAccountLinks = $userquery->my_account_links()} {$leftMenuLinks = array_slice($myAccountLinks, 7)}
{include file="$style_dir/blocks/category_list.html" type='channels'}
{$featured_users = get_users(["featured"=>"yes","limit"=>2])} {if $featured_users} {else} {/if}
{assign var=time_links value=time_links()} {foreach from=$time_links item=name key=sort name=times} {if !$smarty.foreach.times.last}{/if} {/foreach}
{if $users} {foreach $users as $user}
{include file="$style_dir/blocks/channels.html" block_type = 'itemChannel'}
{/foreach} {else}
No Channel Found !
{/if}
{include file="$style_dir/blocks/pagination.html"}