Switch the page title with the site title

You 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>