View Single Post
  #2  
Old 09-14-2004, 03:50 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

edit /customer/main/welcome.tpl and comment out the last line:

Code:
{include file="customer/main/featured.tpl" f_products=$f_products}

(to comment it out it should look like this
Code:
{*include file="customer/main/featured.tpl" f_products=$f_products*}
Reply With Quote