Conditional to restrict template from certain pages?

Staxed

Active member
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.
 
Top Bottom