[[!members.ifLoggedIn]]

Available Since: V1.0.0

Test if the user is logged in then draw one of two possible strings.

Parameter Description
then The string to output if the user viewing the site is logged in.
else The optional string to output if the user is not logged in.



TOP