From 75ea0cfa32ea490314331100281183d775861789 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 8 Dec 2012 15:14:32 -0800 Subject: make permission quick links work --- mod/connections.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mod/connections.php') diff --git a/mod/connections.php b/mod/connections.php index 106057006..457a2db12 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -330,8 +330,11 @@ function connections_content(&$a) { '$them' => t('Their Settings'), '$me' => t('My Settings'), '$perms' => $perms, - - + '$full' => t('Full Sharing'), + '$cautious' => t('Cautious Sharing'), + '$follow' => t('Follow Only'), + '$advanced' => t('Advanced Permissions'), + '$quick' => t('Quick Links'), '$common_link' => $a->get_baseurl(true) . '/common/loc/' . local_user() . '/' . $contact['id'], '$all_friends' => $all_friends, '$relation_text' => $relation_text, -- cgit v1.2.3