{include file="header.html"}

Search Results For {$q}

{if empty($q)}
Insert the Search Word Please
{elseif $total_records eq 0}
There are no results for the search : {$q}
{else} {section name=x loop=$videos}
{$videos[x].thumbnail|video_thumbnail:'product-image':1}
{$videos[x].title|html_decode}

{$videos[x].details|html_decode|strip_tags|truncate:150}

{if $smarty.section.x.index eq 3}
{$content_ad}
{/if} {/section}
{$pagi}
{/if}
{include file="sidebar.html"}
{include file="footer.html"}