Thread: location.tpl
View Single Post
  #2  
Old 09-15-2007, 05:16 PM
 
somekindahate somekindahate is offline
 

Advanced Member
  
Join Date: Apr 2007
Posts: 84
 

Default Re: location.tpl

Go into skin1/location.tpl and look for the section where it writes out the text between the link tag: {$location[position].0}

Change it to this:

Code:
{if %position.first%} Home {else} {$location[position].0} {/if}
__________________
X-Cart Gold v. 4.1.10
Reply With Quote