View Single Post
  #27  
Old 11-04-2009, 07:05 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Remove Location Breadcrumbs from Home

you replace this
{include file="location.tpl"}

with this

{if $main eq "product" OR ($main eq "catalog" AND $current_category.categoryid gt 0)}
{include file="location.tpl"}
{/if}

location.tpl is probably in home.tpl
__________________
xcart 5.1.2
Reply With Quote