1
0
Fork 0

Redesign of the contact pages, new tab for contact statuses

This commit is contained in:
Michael Vogel 2015-11-29 23:22:05 +01:00
commit 42d903dd68
7 changed files with 150 additions and 53 deletions

View file

@ -322,7 +322,7 @@ function contact_photo_menu($contact) {
$poke_link = $a->get_baseurl() . '/poke/?f=&c=' . $contact['id'];
$contact_url = $a->get_baseurl() . '/contacts/' . $contact['id'];
$posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id'];
$posts_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/posts';
$contact_drop_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/drop?confirm=1';