Skip to content

Instantly share code, notes, and snippets.

@8lane
Created November 11, 2014 23:01
Show Gist options
  • Select an option

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

Select an option

Save 8lane/d56490a0e65c522ece78 to your computer and use it in GitHub Desktop.
Xenthemes Boilerplate Hero Message Global
<!-- :: Xenthemes Message :: -->
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment