View Single Post
  #2  
Old 03-21-2007, 08:13 AM
 
hooter hooter is offline
 

X-Adept
  
Join Date: Dec 2004
Posts: 519
 

Default Re: Converting all that links to "home.php" to the plain URL

Wallace,

Open your /skin1/location.tpl and find this line:
Code:
{if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if}
and change to this:
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}/" class="NavigationPath">{/if}{/if}

Quote:
Originally Posted by Wallace
However, I can't find a way to change the link to that points to "home.php" to "http://www.mysite.com" in "location.tpl". I don't want to remove it as it has been done by him.

Any suggestions?
__________________
Blog for X-Cart | Ebay Auction Manager
Reply With Quote