add localization and move timezone selection to the right place
This commit is contained in:
parent
5badc9f0cd
commit
379328434b
15 changed files with 141 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<h1><?=_('Users')?></h1>
|
||||
<h2><?=$user['username']?></h2>
|
||||
<p>
|
||||
registriert seit <?=date(\hhu\z\Utils::DATEFORMAT, strtotime($user['created']))?>
|
||||
<?=_('registered on')?> <?=date(\hhu\z\Utils::DATEFORMAT, strtotime($user['created']))?>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue