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