{AD place='ad_728x90'}
Viewing : Action {$catname}
{assign var=sorting_links value=sorting_links()}
{if $smarty.get.sort}
{foreach from=$sorting_links item=name key=sort name=sorts}
{if $smarty.get.sort==$sort && isset($smarty.get.sort)}
{$name} Video
{/if}
{/foreach}
{else}
Recent
{/if}
{assign var=time_links value=time_links()}
{if $videos}
{foreach $videos as $video}
{if $video@iteration % 6 ==0 +1 || $video@iteration == 1}
{include file="$style_dir/blocks/pagination.html"}
{/if}
{include file="$style_dir/blocks/videos/video.html" display_type='homeVideos'}
{if $video@iteration % 6 ==0}
{/if}
{*include file="$style_dir/blocks/videos/video.html" display_type='detialhomeVideos'*}
{/foreach}
{else}
{lang code="no_videos_found"}
{/if}
{AD place='ad_728x90'}