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}
{$content_ad}
{/if}
{/section}
{$pagi}
{/if}
{include file="sidebar.html"}