X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsettings.php;h=dbdd40bc369294c045ac28f88351301e1205185d;hb=11c06e21b7a656c4aeae0d5c157e1db97d6db02e;hp=7cfdbb1cd5f60e580b9cf22ecaf6851321a37e1f;hpb=ac18d7289bf6db086fbdd0f2122379592df23745;p=friendica.git diff --git a/mod/settings.php b/mod/settings.php index 7cfdbb1cd5..dbdd40bc36 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -668,7 +668,6 @@ function settings_content(&$a) { '$title' => t('Additional Features'), '$features' => $arr, '$submit' => t('Submit'), - '$field_yesno' => 'field_yesno.tpl', )); return $o; } @@ -715,6 +714,7 @@ function settings_content(&$a) { $mail_disabled_message = (($mail_disabled) ? t('Email access is disabled on this site.') : ''); } + $o .= replace_macros($tpl, array( '$form_security_token' => get_form_security_token("settings_connectors"), @@ -891,7 +891,7 @@ function settings_content(&$a) { $pageset_tpl = get_markup_template('pagetypes.tpl'); - $pagetype = replace_macros($pageset_tpl,array( + $pagetype = replace_macros($pageset_tpl, array( '$page_normal' => array('page-flags', t('Normal Account Page'), PAGE_NORMAL, t('This account is a normal personal profile'), ($a->user['page-flags'] == PAGE_NORMAL)), @@ -1012,7 +1012,7 @@ function settings_content(&$a) { require_once('include/group.php'); $group_select = mini_group_select(local_user(),$a->user['def_gid']); - $o .= replace_macros($stpl,array( + $o .= replace_macros($stpl, array( '$ptitle' => t('Account Settings'), '$submit' => t('Submit'),