make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite

This commit is contained in:
friendica
2013-12-14 17:03:37 -08:00
parent c00f0d4b28
commit d14e2db6b4
4 changed files with 12 additions and 13 deletions

View File

@@ -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()
));
}