X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=08d208086a2d1fa066e0755c9a839775021bb1d7;hb=466913fc76e4535b0b630efc2e749c602e855490;hp=56d80e9f15924497565f70d6268a6017804427d0;hpb=46df0219e7fcf18d96646b988b87febfa6ed849f;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 56d80e9f15..08d208086a 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -698,4 +698,18 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'description' => 'Prevent the stylesheet "civicrm.css" from being loaded.', 'help_text' => NULL, ), + 'empoweredBy' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'empoweredBy', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.5', + 'title' => 'Display "empowered by CiviCRM"', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'When enabled, "empowered by CiviCRM" is displayed at the bottom of public forms.', + 'help_text' => null, + ), );