Forum Discussion

kbulens's avatar
kbulens
Guide
11 years ago

how can i get logged in?

i want to output diffrent content depending on logged in or not, mainly to adjust the user-login-links
  • VarunLuthra's avatar
    11 years ago

    This will help

     

    <#if (user.registered == true) >
     //fun starts here
    </#if>