mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Merge remote-tracking branch 'upstream/develop' into 1601-gcontact-total
This commit is contained in:
commit
01c2eacd46
4 changed files with 23 additions and 9 deletions
|
@ -45,11 +45,6 @@ function newmember_content(&$a) {
|
|||
|
||||
$o .= '<ul>';
|
||||
|
||||
if(in_array('facebook', $a->plugins))
|
||||
$o .= '<li>' . '<a target="newmember" href="facebook">' . t('Facebook') . '</a><br />' . t("Authorise the Facebook Connector if you currently have a Facebook account and we will \x28optionally\x29 import all your Facebook friends and conversations.") . '</li>' . EOL;
|
||||
else
|
||||
$o .= '<li>' . '<a target="newmember" href="help/Installing-Connectors">' . t('Facebook') . '</a><br />' . t("<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web.") . '</li>' . EOL;
|
||||
|
||||
$mail_disabled = ((function_exists('imap_open') && (! get_config('system','imap_disabled'))) ? 0 : 1);
|
||||
|
||||
if(! $mail_disabled)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue