aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-20 16:05:32 -0700
committerfriendica <info@friendica.com>2012-03-20 16:05:32 -0700
commitef33cfcc9a30b7e457c94d772a520162cd6b7a35 (patch)
treee680fa5fe39744ceca09c2aeb2c774975919931a /mod/contacts.php
parentdef0e35e21106119910391f1a5cba61b8e7bce65 (diff)
downloadvolse-hubzilla-ef33cfcc9a30b7e457c94d772a520162cd6b7a35.tar.gz
volse-hubzilla-ef33cfcc9a30b7e457c94d772a520162cd6b7a35.tar.bz2
volse-hubzilla-ef33cfcc9a30b7e457c94d772a520162cd6b7a35.zip
move friend suggestions to top of contact page, add default contact profile photos if missing
Diffstat (limited to 'mod/contacts.php')
-rwxr-xr-xmod/contacts.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 78c8d4092..8aa51d00a 100755
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -396,6 +396,11 @@ function contacts_content(&$a) {
$tabs = array(
array(
+ 'label' => t('Suggestions'),
+ 'url' => $a->get_baseurl(true) . '/suggest',
+ 'sel' => '',
+ ),
+ array(
'label' => t('All Contacts'),
'url' => $a->get_baseurl(true) . '/contacts/all',
'sel' => ($all) ? 'active' : '',