mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Replace remaining instances of "contacts/"
This commit is contained in:
parent
e2f005f68c
commit
6d5b2c484d
4 changed files with 6 additions and 6 deletions
|
@ -48,9 +48,9 @@ function common_content(App $a)
|
|||
|
||||
if (DBA::isResult($contact)) {
|
||||
$vcard_widget = replace_macros(get_markup_template("vcard-widget.tpl"), [
|
||||
'$name' => htmlentities($contact['name']),
|
||||
'$name' => htmlentities($contact['name']),
|
||||
'$photo' => $contact['photo'],
|
||||
'url' => 'contacts/' . $cid
|
||||
'url' => 'contact/' . $cid
|
||||
]);
|
||||
|
||||
if (!x($a->page, 'aside')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue