move friend suggestions to top of contact page, add default contact profile photos if missing

This commit is contained in:
friendica
2012-03-20 16:05:32 -07:00
parent def0e35e21
commit ef33cfcc9a
2 changed files with 23 additions and 2 deletions
+5
View File
@@ -395,6 +395,11 @@ function contacts_content(&$a) {
$nets = ((x($_GET,'nets')) ? notags(trim($_GET['nets'])) : '');
$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',