예제 #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();
 }