Skip to content

Instantly share code, notes, and snippets.

@8lane
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save 8lane/800ba9e8afb74807a751 to your computer and use it in GitHub Desktop.

Select an option

Save 8lane/800ba9e8afb74807a751 to your computer and use it in GitHub Desktop.
Xenthemes Boilerplate Hero Message Forum Only
<!-- :: Xenthemes Message :: -->
<xen:if is="{$contentTemplate} == 'forum_list'">
<xen:if is="!{$visitor.user_id} && @xt_message_guest == 1">
<xen:include template="xt_message_guest" />
</xen:if>
<xen:if is="{$visitor.user_id} && @xt_message_member == 1">
<xen:include template="xt_message_member" />
</xen:if>
</xen:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment