View Single Post
  #3  
Old 05-20-2006, 06:49 AM
 
hooter hooter is offline
 

X-Adept
  
Join Date: Dec 2004
Posts: 519
 

Default Re: Breadcrumb Mystery

Quote:
Originally Posted by DogByteMan
How might I alter location.tpl to link my company name breadcrumb to index.html instead of home.php?

Please try this by editing this section of your /skin1/location.tpl
Code:
{if $location[position].1 ne "" } {if $location[position].0 ne $config.Company.company_name} <A href="{$location[position].1}" class="NavigationPath"> {else} <a href="{$http_location}/index.html" class="NavigationPath"> {/if} {/if}
__________________
Blog for X-Cart | Ebay Auction Manager
Reply With Quote