Show avatar on public user profile
This commit is contained in:
parent
5ec2647b18
commit
e45c19782c
|
|
@ -1,5 +1,6 @@
|
|||
<section id="main">
|
||||
<br>
|
||||
<?= $this->avatar->render($user['id'], $user['username'], $user['name'], $user['email'], $user['avatar_path']) ?>
|
||||
<ul class="listing">
|
||||
<li><?= t('Username:') ?> <strong><?= $this->text->e($user['username']) ?></strong></li>
|
||||
<li><?= t('Name:') ?> <strong><?= $this->text->e($user['name']) ?: t('None') ?></strong></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue