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
|