Jake Bunce Well-known member Mar 27, 2014 #2 In the container scope (ie PAGE_CONTAINER template) you can use this: Code: <xen:if is="{$contentTemplate} == 'template_here'"> </xen:if> You just need the template name: http://xenforo.com/community/threads/1-0-0-b1-how-to-identify-the-root-template-of-a-page.5591/ Upvote 0 Downvote
In the container scope (ie PAGE_CONTAINER template) you can use this: Code: <xen:if is="{$contentTemplate} == 'template_here'"> </xen:if> You just need the template name: http://xenforo.com/community/threads/1-0-0-b1-how-to-identify-the-root-template-of-a-page.5591/