'.PHP_EOL, $this->getUrl($path)); } public function css($path): string { return sprintf(''.PHP_EOL, $this->getUrl($path)); } protected function getUrl($path): string { return '/themes/panel/'.ltrim($path, '/'); } }