Conditional to restrict template from certain pages?

Staxed

Active member
Licensed customer
I'm trying to remove the functionality of this mod from XenPorta. I'm not sure what to add to
Code:
<xen:if is="{$sidebar}">
to prevent it from running this template on the XenPorta page.

I was just going to try <xen:if is="{$sidebar} AND !{EWRporta_Portal}"> but I don't know what the correct format for a template is in the xen:if statement.
 
Back
Top Bottom