Does this if statement apply for 4.2.X as well?
What .tpl do you use the statement in - customer/home.tpl or customer/main/welcome.tpl?
	Quote:
	
	
		| {if $main eq "catalog" and $current_category.category eq ""} 
 displays on home page
 
 {else}
 
 does not display
 
 {/if}
 |