X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fgreenwich%2Fgreenwich.php;h=5a0fa917ad239182e522c1aed993eff0d503323d;hb=af38636c1b726f2c3b0e4aa14d9b400aab820036;hp=3f4ffc0b89f8b7a237395c7db0d892494c87bdad;hpb=c99c68b10f945abaf0c662dcc5a318aca1abc507;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',