move membersince addon to core
This commit is contained in:
parent
25fbdd21c5
commit
9a4d19e284
5 changed files with 50 additions and 23 deletions
|
@ -6,6 +6,13 @@
|
|||
<dd>{{$profile.fullname.1}}</dd>
|
||||
</dl>
|
||||
|
||||
{{if $profile.membersince}}
|
||||
<dl id="aprofile-membersince" class="aprofile">
|
||||
<dt>{{$profile.membersince.0}}</dt>
|
||||
<dd>{{$profile.membersince.1}}</dd>
|
||||
</dl>
|
||||
{{/if}}
|
||||
|
||||
{{if $profile.gender}}
|
||||
<dl id="aprofile-gender" class="aprofile">
|
||||
<dt>{{$profile.gender.0}}</dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue