Jump to content

the home button


Legion of Honor

Recommended Posts

It should always go to your configured base_url.  To move it to something else would contextually change the breadcrumb structure of the site. 

There isn't a built in setting that I'm aware of that will simply allow you to adjust the 'Home' base breadcrumb without changing a whole slew of other things on your community. 

What is is you're trying to achieve, leaving the 'Home' button out of it?  There may be an alternative.

Link to comment
Share on other sites

It seems you'd have to amend core > front > global > MobileNavBar and change the href attribute in this part:

			<li id='elMobileBreadcrumb'>
				<a href='{setting="base_url"}'>
					<span>{lang="home"}</span>
				</a>
			</li>

You could replace {lang="home"} with some new text too if it's not going to be pointing to home anymore.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...