Look for this part of the code:
Code:
{if $f_products ne ""}
{include file="customer/main/featured.tpl" f_products=$f_products}<BR>
{/if}
in your /customer/home.tpl and move it up under this part of code:
Code:
{include file="customer/home_main.tpl"}
<!-- /central space -->
</TD>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="1" height="1" border="0"></TD>
</TR>
</TABLE>[
