Handle multiple avatar sizes

This commit is contained in:
Frederic Guillot
2016-03-19 13:45:41 -04:00
parent fe85d83621
commit 2e320ceead
9 changed files with 110 additions and 32 deletions

View File

@@ -17,7 +17,7 @@
&nbsp;<?= $this->dt->datetime($event['date_creation']) ?>
</p>
<div class="activity-content">
<?= $this->user->avatar(
<?= $this->avatar->render(
$event['creator_id'],
$event['author_username'],
$event['author_name'],