View Single Post
  #19  
Old 02-27-2009, 06:39 PM
 
Panther Panther is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Default Re: location.tpl - change company name

When I try to do this I get the following error:

"Error File operation is failed."

Anyone know what I'm doing wrong?

Thanks






Quote:
Originally Posted by TelaFirma
Change the code in your location.tpl file to this:

Code:
{if $location} <FONT class="NavigationPath"> {strip} Home:: {section name=position loop=$location start=1} {if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</A>{/if} {if not %position.last%}::{/if} {/section} {/strip} </FONT> {/if}
__________________
Panther
X-Cart Pro v4.4.4
Reply With Quote