View Single Post
  #18  
Old 10-18-2008, 10:07 AM
 
Thedae2k Thedae2k is offline
 

eXpert
  
Join Date: Jan 2004
Posts: 288
 

Default Re: location.tpl - change company name

Mine looks like this in 4.1.9....

<font color="#FFFFFF">
{if $location}
{strip}
<a href="home.php" class="NavigationPath">
Home</a>&nbsp;>&nbsp;
{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%}&nbsp;>&nbsp;{/if}
{/section}
{/strip}
{/if}
</font>
__________________
X-Cart Pro 4.1.9
PHP5.2.5
MySQL 5.0.54
IIS/Apache/NGINX Webservers
Reply With Quote