mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Compare commits
4 commits
4ea1c90eb7
...
350f7b1a66
Author | SHA1 | Date | |
---|---|---|---|
|
350f7b1a66 | ||
|
425e148ee5 | ||
|
756dcf68e3 | ||
|
153206f9ba |
1 changed files with 2 additions and 1 deletions
|
@ -458,7 +458,8 @@
|
|||
</tr>
|
||||
<tr n:if="!is_null($user->getBirthday())">
|
||||
<td class="label"><span class="nobold">{_birth_date}:</span></td>
|
||||
<td n:if="$user->getBirthdayPrivacy() == 0" class="data">{$user->getBirthday()->format('%e %B %Y')},
|
||||
<td n:if="$user->getBirthdayPrivacy() == 0 && $user->onlineStatus() == 2" class="data">{$user->getBirthday()->format('%e %B %Y')}</td>
|
||||
<td n:if="$user->getBirthdayPrivacy() == 0 && $user->onlineStatus() != 2" class="data">{$user->getBirthday()->format('%e %B %Y')},
|
||||
{tr("years", $user->getAge())}</td>
|
||||
<td n:if="$user->getBirthdayPrivacy() == 1" class="data">{$user->getBirthday()->format('%e %B')}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue