Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
Has anyone checked and see how these changes affect the other two CMS'es - Joomla and WP.and what needs to be done for it to co-exist with those two alsolobo
protected $_settings = array( 'cvv_backoffice_required' => CRM_Core_BAO_Setting::CONTRIBUTE_PREFERENCES_NAME, 'disable_core_css' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'enable_bootstrap_css' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, );
'enable_bootstrap_css' => CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME,
if(CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME,'enable_bootstrap_css')) { $this->addstyleFile('bootstrap', 'css/bootstrap.css', -99, $region); }
if(CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME,'enable_bootstrap_css')) { $this->addstyleFile('civicrm', 'css/bootstrap.css', -99, $region); }
else{ if(CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME,'enable_bootstrap_css')) { $this->addstyleFile('civicrm', 'css/bootstrap.css', -99, $region); } } }
$this->addstyleFile('civicrm', 'css/bootstrap.css', -99, $region);
public function addStyleFile