Search
{assign var='types' value=$cbvid->search->search_type}
{foreach from=$types key=k item=search}
Search For {$search.title}
{/foreach}
Videos
{section name=v_list loop=$videos}
{include file="$style_dir/blocks/video.html" video=$videos[v_list]}
{/section}
{include file="$style_dir/blocks/pagination.html"}