mirror of
https://github.com/friendica/friendica
synced 2024-11-19 09:43:45 +00:00
Added App::get_cached_avatar_image usage for displaying "Last users"
avatar thumbs in right sidebar
This commit is contained in:
parent
94f895e98d
commit
51ef8fb7ff
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ if ($color=="dark") $color_path = "/diabook-dark/";
|
|||
$entry = replace_macros($tpl,array(
|
||||
'$id' => $rr['id'],
|
||||
'$profile-link' => $profile_link,
|
||||
'$photo' => $rr[$photo],
|
||||
'$photo' => $a->get_cached_avatar_image($rr[$photo]),
|
||||
'$alt-text' => $rr['name'],
|
||||
));
|
||||
$aside['$lastusers_items'][] = $entry;
|
||||
|
|
Loading…
Reference in a new issue