View Single Post
  #6  
Old 09-01-2004, 08:03 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

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

Default

Quote:
Originally Posted by moza
this one is work as well:

$main eq "catalog" and $current_category.category eq ""

That is the exact way that it is done in /customer/home_maim.tpl to display the welcome template.

Code:
{if $main eq "catalog" and $current_category.category eq ""} .... {/if}
Reply With Quote