{include file="header.html"} {if $featured neq 0} {/if}

{$category_category|html_decode}

{if $total_records eq 0}
No Videos in This Category Currently.
{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"}