caliman
Active member
Hi all -
I am trying to move the following guest login code to a new template and receive an error when I try to save.
The following error occurred:
The following templates contained errors and were not saved: guest_welcome_signup: 1) guest_welcome_signup - Line 3: Invalid condition expression
Not sure what the issue is. This code works in a sidebar_visitor_panel template.
Any suggestions? Thanks in advance!
caliman
I am trying to move the following guest login code to a new template and receive an error when I try to save.
Code:
<div class="section loginButton">
<div class="secondaryContent">
<label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="<xen:if is="@xb_login_overlay">OverlayTrigger</xen:if> inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
<xen:include template="xb_socialLogins" />
</div>
</div>
The following error occurred:
The following templates contained errors and were not saved: guest_welcome_signup: 1) guest_welcome_signup - Line 3: Invalid condition expression
Not sure what the issue is. This code works in a sidebar_visitor_panel template.
Any suggestions? Thanks in advance!
caliman