in customer/bread_crumbs.tpl
replace
Code:
{foreach from=$location item=l name=location}
with
Code:
{foreach from=$location item=l name=location}
{if $l.0 eq $config.Company.company_name}
{assign var="locprint" value="Home"}
{else}
{assign var="locprint" value=$l.0}
{/if}