Switch the page title with the site title

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 2. over 2 years by judah
  2. 1. over 2 years by judah
 

tbdYou can switch the order from "Project Name - Page Name" to "Page Name - Project Name" by setting the isTitleBeforeProjectName to true as shown below.

	<managers:LinkManager projectName="ACME Inc." isTitleBeforeProjectName="true">
<managers:stateOptions>
<vo:StateOption stateName="about" displayName="About"/>
<vo:StateOption stateName="contact" displayName="Contact Us"/>
<vo:StateOption stateName="products" displayName="Our Products"/>
<vo:StateOption stateName="services" displayName="Our Services"/>
</managers:stateOptions>
</managers:LinkManager>