From a06f1f95944ffa578296268ecde3d77f42b69229 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 29 Sep 2013 02:47:36 -0700 Subject: Issue #158 --- mod/connections.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mod/connections.php') diff --git a/mod/connections.php b/mod/connections.php index 47c8d9c44..95fc18174 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -314,6 +314,13 @@ function connections_content(&$a) { 'title' => t('Fetch updated permissions'), ), + array( + 'label' => t('Recent Activity'), + 'url' => $a->get_baseurl(true) . '/network/?f=&cid=' . $contact['abook_id'], + 'sel' => '', + 'title' => t('View recent posts and comments'), + ), + array( 'label' => (($contact['abook_flags'] & ABOOK_FLAG_BLOCKED) ? t('Unblock') : t('Block')), 'url' => $a->get_baseurl(true) . '/connections/' . $contact['abook_id'] . '/block', -- cgit v1.2.3