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