Ejemplo n.º 1
0
 /**
  * Returns theme static images url.
  *
  * @return string
  */
 public function getStaticImagesUrl($mobile = false)
 {
     return $this->themeService->getStaticImagesUrl($this->dto->getKey(), $mobile);
 }