AndyB
Well-known member
When we create a Route Prefix, it would be really nice to have an option to select if the route should highlight a tab. In cases where the route prefix also has a matching tab it would not only highlight the tab but show in the breadcrumb as well.
To create the tab I use Template Modifications to modify the "navigation" template by adding the following:
Find
	
	
	
		
Replace
	
	
	
		
Thank you.
				
			To create the tab I use Template Modifications to modify the "navigation" template by adding the following:
Find
		Code:
	
	<!-- extra tabs: end -->
	Replace
		Code:
	
	<li class="navTab PopupClosed"><a href="{xen:link example/}" class="navLink">{xen:phrase example}</a></li>
$0
	Thank you.
		
		Upvote
		0