コード例 #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);
 }