View Single Post
  #2  
Old 07-31-2014, 06:50 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to hide a div block on all pages except home page

Depends on where this shows. If you need it in the body of the page just include it in skin1/customer/main/welcome.tpl

If it's in the head section you can use

{if $main eq "catalog" and $current_category.category eq ""}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote