if ($cid && !$item['self']) {
$poke_link = 'poke/?f=&c=' . $cid;
$contact_url = 'contacts/' . $cid;
- $posts_link = 'network?cid=' . $cid;
+ $posts_link = 'contacts/' . $cid . '/posts';
if (in_array($network, [Protocol::DFRN, Protocol::DIASPORA])) {
$pm_url = 'message/new/' . $cid;
$contact_url = System::baseUrl() . '/contacts/' . $contact['id'];
- $posts_link = System::baseUrl() . '/network?cid=' . $contact['id'];
+ $posts_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/posts';
if (!$contact['self']) {
$contact_drop_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/drop?confirm=1';