X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fgreenwich%2Fgreenwich.php;h=5a0fa917ad239182e522c1aed993eff0d503323d;hb=c5588023532747926cc7b5aad75614268705eda5;hp=14c312e0a2483ea0ce7a90cdd51ce6e6b1b06b95;hpb=0cc79563818e0619580f4f9706e6415fe6f2a861;p=civicrm-core.git diff --git a/ext/greenwich/greenwich.php b/ext/greenwich/greenwich.php index 14c312e0a2..5a0fa917ad 100644 --- a/ext/greenwich/greenwich.php +++ b/ext/greenwich/greenwich.php @@ -14,29 +14,10 @@ function greenwich_civicrm_config(&$config) { _greenwich_civix_civicrm_config($config); } -///** -// * Implements hook_civicrm_xmlMenu(). -// * -// * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_xmlMenu -// */ -//function greenwich_civicrm_xmlMenu(&$files) { -// _greenwich_civix_civicrm_xmlMenu($files); -//} - -/** - * Implements hook_civicrm_alterSettingsFolders(). - * - * @link https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_alterSettingsFolders - */ -function greenwich_civicrm_alterSettingsFolders(&$metaDataFolders = NULL) { - _greenwich_civix_civicrm_alterSettingsFolders($metaDataFolders); -} - /** * Implements hook_civicrm_themes(). */ function greenwich_civicrm_themes(&$themes) { - // _greenwich_civix_civicrm_themes($themes); $themes['greenwich'] = [ 'ext' => 'civicrm', 'title' => 'Greenwich', @@ -56,6 +37,9 @@ function greenwich_civicrm_alterBundle(CRM_Core_Resources_Bundle $bundle) { $bundle->addScriptFile('greenwich', 'extern/bootstrap3/assets/javascripts/bootstrap.min.js', [ 'translate' => FALSE, ]); + $bundle->addScriptFile('greenwich', 'js/noConflict.js', [ + 'translate' => FALSE, + ]); break; } }