mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Show RedMatrix and use the proxy for the profile pictures
This commit is contained in:
parent
79391bbb62
commit
8a2d1fe301
2 changed files with 5 additions and 5 deletions
|
@ -72,11 +72,11 @@ function follow_content(&$a) {
|
|||
if ($ret["addr"] != "")
|
||||
$header .= " <".$ret["addr"].">";
|
||||
|
||||
$header .= " (".network_to_name($ret['network']).")";
|
||||
$header .= " (".network_to_name($ret['network'], $ret['url']).")";
|
||||
|
||||
$o = replace_macros($tpl,array(
|
||||
'$header' => htmlentities($header),
|
||||
'$photo' => $ret["photo"],
|
||||
'$photo' => proxy_url($ret["photo"]),
|
||||
'$desc' => "",
|
||||
'$pls_answer' => t('Please answer the following:'),
|
||||
'$does_know_you' => array('knowyou', sprintf(t('Does %s know you?'),$ret["name"]), false, '', array(t('No'),t('Yes'))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue