View Single Post
  #2  
Old 05-28-2008, 09:25 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding Content Based on Smarty "IF" Statement

Those if statements mean:

{if $main eq "catalog" and $current_category.category eq ""} = home page

{if $main eq "catalog" and $current_category.category ne ""} = any catalog page except the home page
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote