<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{include file='shop/store_banner1.tpl'}</td>
</tr>
{if $totalFeaturedProducts>0}
<tr>
<td >{include file='shop/featured_products.tpl'}</td>
</tr>
{/if}
<tr>
<td><div id="section_heading">Today's deal</div></td>
</tr>
<tr>
<td>{include file='shop/all_products.tpl'}</td>
</tr>
</table>