Last active
August 29, 2015 14:09
-
-
Save 8lane/800ba9e8afb74807a751 to your computer and use it in GitHub Desktop.
Xenthemes Boilerplate Hero Message Forum Only
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="{$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