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