Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi everyone,
I setup my breadcrumb so that it displays the root. I want to replace root with Home.
I went to BreadCrumb.ascx.cs and Remplaced Root with Home in the line below.
strBreadCrumbs += string.Format(Localization.GetString("Root", Localization.GetResourceFile(this, MyFileName)),
Globals.GetPortalDomainName(PortalSettings.PortalAlias.HTTPAlias, Request, true),
strCssClass);
The problem that causes is that the Home will not have a link.
Is there a different way of replace root with Home?