예제 #1
0
파일: theme.php 프로젝트: ZyXelP/oxwall
 /**
  * Returns theme static dir path.
  *
  * @return string
  */
 public function getStaticDir($mobile = false)
 {
     return $this->themeService->getStaticDir($this->dto->getKey(), $mobile);
 }