View Single Post
  #2  
Old 12-30-2002, 07:55 PM
 
jpsowin jpsowin is offline
 

X-Adept
  
Join Date: Sep 2002
Posts: 459
 

Default

I think that would be the /customer/home_main.tpl
Try changing the following
Quote:
{elseif $main eq "catalog" and $current_category.category eq ""}
{include file="customer/main/welcome.tpl" f_products=$f_products}

to:
Quote:
{elseif $main eq "catalog" and $current_category.category eq ""}
{include file="customer/main/welcome.tpl"}

If that doesn't work, just play with those lines a bit and you'll get it.
__________________
Joshua Sowin
...taking things one TPL at a time.
Reply With Quote