X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fgreenwich%2Fgreenwich.php;h=5a0fa917ad239182e522c1aed993eff0d503323d;hb=a4d1f5604eae6583a6040556a384eac0b9795f43;hp=3f4ffc0b89f8b7a237395c7db0d892494c87bdad;hpb=a51d361acfd183b9fee6bbb62a6ebcedc74cd604;p=civicrm-core.git diff --git a/ext/greenwich/greenwich.php b/ext/greenwich/greenwich.php index 3f4ffc0b89..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',