1
0
Fork 0

Found some more follow-links

This commit is contained in:
Philipp Holzer 2022-10-31 19:10:30 +01:00
commit 87291e30a4
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
6 changed files with 8 additions and 11 deletions

View file

@ -154,7 +154,7 @@ function vier_community_info()
foreach ($contacts as $contact) {
$entry = Renderer::replaceMacros($tpl, [
'$id' => $contact['id'],
'$profile_link' => 'follow/?url='.urlencode($contact['url']),
'$profile_link' => 'contact/follow/?url='.urlencode($contact['url']),
'$photo' => Contact::getMicro($contact),
'$alt_text' => $contact['name'],
]);