View Single Post
  #6  
Old 07-25-2009, 04:16 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Altering location.tpl & removing from home page only

Quote:
Originally Posted by sparrowdog
I actually want to exclude something from the homepage, and also need to change the name of the shop in the first part of the breadcrumb. I couldn't find anything in that post to help me. Thanks for the pointer though. That may come in handy elsewhere.

The if statement for the homepage is:

{if $main eq "catalog" and $current_category.category eq ""}

make sure you put a closing {/if}

You can also use an {else} or {elseif}

Read all about if/then statements here:

http://forum.x-cart.com/showthread.php?t=8881
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote