public function getAdminAdress() { return $this->conf->getBaseUrl() . '/' . ADMIN_URL; }
/** * * @return string */ public function getThemeUrl() : string { return $this->conf->getBaseUrl() . '/app/' . $this->registry->get('view')->getThemeFolder(); }