diff options
author | friendica <info@friendica.com> | 2013-09-29 02:47:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-29 02:47:36 -0700 |
commit | a06f1f95944ffa578296268ecde3d77f42b69229 (patch) | |
tree | 8b6ce64cc594cb07996b5cff0a7302449effa0d0 /mod/connections.php | |
parent | 6ca6bc2dd8cadb509ad84e184a11a80c6441921f (diff) | |
download | volse-hubzilla-a06f1f95944ffa578296268ecde3d77f42b69229.tar.gz volse-hubzilla-a06f1f95944ffa578296268ecde3d77f42b69229.tar.bz2 volse-hubzilla-a06f1f95944ffa578296268ecde3d77f42b69229.zip |
Issue #158
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/connections.php b/mod/connections.php index 47c8d9c44..95fc18174 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -315,6 +315,13 @@ function connections_content(&$a) { ), 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', 'sel' => (($contact['abook_flags'] & ABOOK_FLAG_BLOCKED) ? 'active' : ''), |