View Single Post
  #4  
Old 01-24-2007, 11:03 PM
 
karentown karentown is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 129
 

Default Re: How to do what this guy did?

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>[

__________________
Running stores using the following:

2@ Version 4.0.19
2@ Version 4.1.9
1@ Version 4.1.11
Reply With Quote