baseUrl = $baseUrl; } public function generateCdnUrl($path) { $useCdn = defined('MAILPOET_USE_CDN') ? MAILPOET_USE_CDN : true; return ($useCdn ? self::CDN_URL : $this->baseUrl . '/plugin_repository/') . "assets/$path"; } }