<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<img src="images/spacer.gif" height="1" width="700">
{section name=brandInfo loop=$brandInfo}
<img src="../brand_images/{$brandInfo[brandInfo].brand_logo}" title="{$brandInfo[brandInfo].brand_intro}" alt="{$brandInfo[brandInfo].brand_name}" />
<br />
<p>{$brandInfo[brandInfo].brand_intro}</p>
{/section}
</div>
</td>
</tr>
<tr>
<td>
{if $totalFeaturedProducts==-1} <!-- set this to > 0 if you want to show featured products -->
{include file='shop/featured_products.tpl'}{/if}</td>
</tr>
<tr>
<td><div id="section_heading">All products by {$brand_name}</div>
{if $totalProducts>0}{include file='shop/all_products.tpl'}{else}Sorry, no product found by this brand{/if}</td>
</tr>
</table>