helpers = [...$this->helpers, 'auth', 'breadcrumb', 'svg', 'components', 'misc']; // Do Not Edit This Line parent::initController($request, $response, $logger); Theme::setTheme('admin'); } protected function setHtmlHead(string $title): void { /** @var HtmlHead $head */ $head = service('html_head'); $head ->title($title . ' | Castopod Admin') ->description( 'Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.' ); } }