fm:IfLoggedIn


The contents of this component will only be parsed if the user is logged in. This component can contain an 'else' component.

Example

<fm:IfLoggedIn> Your username is {$user_name} <fm:else> You are not logged in. </fm:else> </fm:IfLoggedIn>

Supported attributes

There are no supported attributes.