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.
