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}