View Single Post
  #2  
Old 09-07-2009, 07:20 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How do I get something to show in the home page only?

Place this in home.tpl where you want it to show
Code:
{if $main eq "catalog" || $current_category.category eq ""} your code here {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote