示例#1
0
文件: theme.php 项目: ZyXelP/oxwall
 /**
  * Returns theme master page dir path.
  *
  * @return string
  */
 public function getMasterPagesDir($mobile = false)
 {
     return $this->themeService->getMasterPagesDir($this->dto->getKey(), $mobile);
 }