Sign Up Link Code

thunderup

Active member
What's the link code for the "Sign Up" button / link ? I want to add a link to my header and in other spots.. Obviously to only show up for guests
 
That code is in this template:

Admin CP -> Appearance -> Templates -> sidebar_visitor_panel

Code:
<div class="section loginButton">		
	<div class="secondaryContent">
		<label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
	</div>
</div>
 
Top Bottom