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