Redirect Code for if conditional in template

swatme

Well-known member
Hi

i placed an if conditional to a specific template

<xen:if is="{$visitor.user_id}">
<b>welcome</b>
<xen:else />
REDIRECT TO THIS PAGE (whats the code for redirection)
</xen:if>


My question is:
What code should i use for redirection ?

thanks
 
Top Bottom