Created
November 11, 2014 23:01
-
-
Save 8lane/d56490a0e65c522ece78 to your computer and use it in GitHub Desktop.
Xenthemes Boilerplate Hero Message Global
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- :: 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