SkinsForum
Member
Hello friends,
I'm making a widget but I have a little problem
how to show the forumhome attendance date?
this didn't work
I'm making a widget but I have a little problem
how to show the forumhome attendance date?
this didn't work
PHP:
<dl class="pairs pairs--inline">
<dt>{{ phrase('joined') }}</dt>
<dd><xf:date time="$user.register_date" /></dd>
</dl>