Show avatar on public user profile

This commit is contained in:
Frederic Guillot 2016-03-26 18:33:07 -04:00
parent 5ec2647b18
commit e45c19782c
1 changed files with 1 additions and 0 deletions

View File

@ -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>