I'm trying to remove the functionality of this mod from XenPorta. I'm not sure what to add to
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.
Code:
<xen:if is="{$sidebar}">
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.