1
1
Fork 0

zrl into people searches

This commit is contained in:
friendica 2012-03-29 22:20:14 -07:00
commit d83bfd464b
4 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ function match_content(&$a) {
$connlnk = $a->get_baseurl() . '/follow/?url=' . $jj->url;
$o .= replace_macros($tpl,array(
'$url' => $jj->url,
'$url' => zrl($jj->url),
'$name' => $jj->name,
'$photo' => $jj->photo,
'$inttxt' => ' ' . t('is interested in:'),