I have a main tab called 
in the template for this non xenforo page,
i have something like:
	
	
	
		
It works!
But how can i have a xenforo page under this main tab?
I tried in
	
	
	
		
it does now work.
				
			example;in the template for this non xenforo page,
i have something like:
		Code:
	
	<xf:if is="$xf.uri == link('/example', null)">
    <xf:page option="section">example</xf:page>
</xf:if>It works!
But how can i have a xenforo page under this main tab?
I tried in
page_view
		Code:
	
	<xf:if is="$xf.uri == link('/pages/test123', null)">
    <xf:page option="section">example</xf:page>
</xf:if>it does now work.
 
 
		 
 
		 
 
		 
 
		 
 
		