hidden directory entries

This commit is contained in:
friendica
2013-01-22 00:20:25 -08:00
parent fb76675a28
commit bda4ca4c0d
5 changed files with 24 additions and 8 deletions

View File

@@ -620,7 +620,7 @@ function profiles_content(&$a) {
foreach($r as $rr) {
$o .= replace_macros($tpl, array(
'$photo' => $a->get_cached_avatar_image($rr['thumb']),
'$photo' => $rr['thumb'],
'$id' => $rr['id'],
'$alt' => t('Profile Image'),
'$profile_name' => $rr['profile_name'],