|
display value
{mpf:session/user/id}
use as conditional section (use with closing token)
{mpf:session/user/id||!=}
... will be returned if username is not empty ...
{/mpf:session/user/id||!=}
store value in myVar (use as embedded token)
{mpf:set=myVar||data={mpf:session/user/name}}
|