示例#1
0
文件: Admin.php 项目: ignaszak/cms
 public function getAdminAdress()
 {
     return $this->conf->getBaseUrl() . '/' . ADMIN_URL;
 }
示例#2
0
文件: System.php 项目: ignaszak/cms
 /**
  *
  * @return string
  */
 public function getThemeUrl() : string
 {
     return $this->conf->getBaseUrl() . '/app/' . $this->registry->get('view')->getThemeFolder();
 }