config = $config; $this->metadata = $metadata; } public function getName() { return $this->config->get('theme', $this->defaultName); } public function getStylesheet() { return $this->metadata->get('themes.' . $this->getName() . '.stylesheet', 'client/css/espo.css'); } }