View Single Post
  #6  
Old 10-17-2006, 03:34 AM
 
DaveB DaveB is offline
 

Senior Member
  
Join Date: May 2004
Location: UK
Posts: 121
 

Default Re: Change company name to home in location

Quote:
Originally Posted by mcitde
You can do very simple by changing the skin1/location.tpl. First look for {section name=position loop=$location} change it to {section name=position loop=$location start=1}. This will take away the company name. Then look for {if $location} at the top. After just add <a href="home.php">Home</a> :: . Thats it...

Can I just add.

If you move the line <FONT....

above {if $Location}

so that it looks like

<FONT class="NavigationPath">
{if $location}<a href="home.php">Home :: </a>

Your breadcrumbs will have the style applied to the 'Home' as well.
__________________
Xcart 4.0.19 Pro
mySQL 5.5.44
PHP 5.3.27
Reply With Quote