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.