From 83cac775d54768f5a914b48c15dcda02c0046d66 Mon Sep 17 00:00:00 2001 From: Jen Lampton Date: Tue, 15 Dec 2015 17:19:08 -0800 Subject: [PATCH] Add a Backdrop CMS suggestion in the civi settings file. --- templates/CRM/common/civicrm.settings.php.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index abe7bf991b..e759f430b5 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -34,6 +34,9 @@ * * CiviCRM can be hosted in either Drupal 6 or 7, Joomla or WordPress. * + * Settings for Backdrop CMS: + * define( 'CIVICRM_UF' , 'Backdrop' ); + * * Settings for Drupal 7.x: * define( 'CIVICRM_UF' , 'Drupal' ); * -- 2.25.1