Here is the Featured.tpl
Code:
{* $Id: featured.tpl,v 1.14 2003/02/07 11:35:04 svowl Exp $ *}
{capture name=dialog}
{if $f_products ne ""}
{include file="customer/main/products.tpl" products=$f_products featured="Y"}
{else}
There are no available featured products...
{/if}
{/capture}
{include file="dialog.tpl" title="Super Deals!" content=$smarty.capture.dialog extra="width=100%"}