Reset network when showing a contact's posts

There is similar stuff in the mobile themes, but I didn't touch
them because I wasn't sure if I should and how the smarty3 stuff
works.
This commit is contained in:
zottel 2013-02-01 09:12:37 +01:00
parent 0eeda1de5d
commit c0af9b2938
3 changed files with 3 additions and 3 deletions

View file

@ -219,7 +219,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/?cid=' . $contact['id'];
$posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id'];
$menu = Array(
'poke' => array(t("Poke"), $poke_link),