aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-14 17:03:37 -0800
committerfriendica <info@friendica.com>2013-12-14 17:03:37 -0800
commitd14e2db6b436b3190db0c506cf5f907bd1a7fcc9 (patch)
tree43e04315c97c47e0b75a1048e645e3e5968eeb4b /include
parentc00f0d4b282f2242b9c2e154a5381029cf0dc812 (diff)
downloadvolse-hubzilla-d14e2db6b436b3190db0c506cf5f907bd1a7fcc9.tar.gz
volse-hubzilla-d14e2db6b436b3190db0c506cf5f907bd1a7fcc9.tar.bz2
volse-hubzilla-d14e2db6b436b3190db0c506cf5f907bd1a7fcc9.zip
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
Diffstat (limited to 'include')
-rw-r--r--include/contact_widgets.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php
index cc0a3d617..482bbed78 100644
--- a/include/contact_widgets.php
+++ b/include/contact_widgets.php
@@ -25,7 +25,8 @@ function findpeople_widget() {
'$suggest' => t('Channel Suggestions'),
'$similar' => '', // FIXME and uncomment when mod/match working // t('Similar Interests'),
'$random' => t('Random Profile'),
- '$inv' => t('Invite Friends')
+ '$inv' => t('Invite Friends'),
+ '$loggedin' => local_user()
));
}