From 76308eca675505aa899ad647794b22b583bc698b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Feb 2012 16:41:05 -0800 Subject: add toggle to choose sending "friends with" activity even if contact is not hidden --- mod/notifications.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/notifications.php') diff --git a/mod/notifications.php b/mod/notifications.php index 82d450a88..635639d89 100755 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -142,6 +142,8 @@ function notifications_content(&$a) { '$fullname' => $rr['fname'], '$url' => $rr['furl'], '$hidden' => array('hidden', t('Hide this contact from others'), ($rr['hidden'] == 1), ''), + '$activity' => array('activity', t('Post a new friend activity'), 1, t('if applicable')), + '$knowyou' => $knowyou, '$approve' => t('Approve'), '$note' => $rr['note'], @@ -187,6 +189,7 @@ function notifications_content(&$a) { '$photo' => ((x($rr,'photo')) ? $rr['photo'] : "images/default-profile.jpg"), '$fullname' => $rr['name'], '$hidden' => array('hidden', t('Hide this contact from others'), ($rr['hidden'] == 1), ''), + '$activity' => array('activity', t('Post a new friend activity'), 1, t('if applicable')), '$url' => $rr['url'], '$knowyou' => $knowyou, '$approve' => t('Approve'), -- cgit v1.2.3