View Single Post
  #5  
Old 04-29-2009, 07:33 AM
 
balinor balinor is offline
 

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

Default Re: Static Page and Smarty

You can do that with simple {if} statements. To hide something on the home page or show something on the home page only, use this code:

{if $main eq "catalog" and $current_category.category eq ""}
Stuff you want to show on the home page only
{else}
Stuff you want to show on every page BUT the home page
{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote