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?
|