View Single Post
  #3  
Old 07-06-2006, 09:35 AM
 
Lucent88 Lucent88 is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 147
 

Default

Yes, it just shows the location.tpl which shows only the following coding, still no clue where is the code that is pulling the company name.

Code:
{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *} {if $location} <FONT class="NavigationPath"> {strip} {section name=position loop=$location} {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}
__________________
X-Cart Gold 4.0.17
Reply With Quote