Revize ea5eac7d
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/views/members/show.php | ||
---|---|---|
</tr>
|
||
<tr>
|
||
<th><?php echo __('Birthday') ?></th>
|
||
<td><?php echo (Settings::get('users_birthday_empty_enabled') == 1 && Settings::get('members_age_min_limit') !== '' ? "> ".Settings::get('members_age_min_limit').' '.__('years') : $user->birthday) ?></td>
|
||
<td><?php echo $user->birthday ?></td>
|
||
</tr>
|
||
<?php if ($this->acl_check_view('Users_Controller', 'application_password', $member->id)) { ?>
|
||
<tr>
|
Také k dispozici: Unified diff
refs #957: Rollback changes in showing date