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