View Single Post
  #2  
Old 08-25-2010, 01:05 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Background image on home page only!

Use an if statement for the body style in home.tpl to load additional class with background image

{if $main eq "catalog" && $current_category.category eq ""}
load additional style with background image
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote