{include file="$style_dir/blocks/category_list.html" type='channels'}
{foreach $featured_users as $featured}
{/foreach}
{else}
{/if}
{include file="$style_dir/blocks/channels.html" block_type = 'featuredChannel'}
{$uservideos=get_videos(["user"=>$featured.userid,"limit"=>3])}
{if $uservideos}
{foreach $uservideos as $video}
{include file="$style_dir/blocks/videos/video.html" display_type='homeVideos'}
{/foreach}
{else}
No Videos Found !
{/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}