add procy_url around the profile images

This commit is contained in:
Tobias Diekershoff 2015-05-06 16:14:27 +02:00
parent fd8c9a9dac
commit 0b8b1fdef3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function match_content(&$a) {
$o .= replace_macros($tpl,array(
'$url' => zrl($jj->url),
'$name' => $jj->name,
'$photo' => $jj->photo,
'$photo' => proxy_url($jj->photo),
'$inttxt' => ' ' . t('is interested in:'),
'$conntxt' => t('Connect'),
'$connlnk' => $connlnk,