Redesign of the contact pages, new tab for contact statuses
This commit is contained in:
parent
ca47c1c4df
commit
42d903dd68
7 changed files with 150 additions and 53 deletions
|
|
@ -891,7 +891,7 @@ function item_photo_menu($item){
|
|||
if(($cid) && (! $item['self'])) {
|
||||
$poke_link = $a->get_baseurl($ssl_state) . '/poke/?f=&c=' . $cid;
|
||||
$contact_url = $a->get_baseurl($ssl_state) . '/contacts/' . $cid;
|
||||
$posts_link = $a->get_baseurl($ssl_state) . '/network/0?nets=all&cid=' . $cid;
|
||||
$posts_link = $a->get_baseurl($ssl_state) . '/contacts/' . $cid . '/posts';
|
||||
|
||||
$clean_url = normalise_link($item['author-link']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue