Ejemplo n.º 1
0
 /**
  * Show theme details.
  *
  * @return void
  */
 public function showThemeAction()
 {
     $this->view->assignMultiple(['selectedTheme' => $this->themeRepository->findByPageId($this->id), 'selectableThemes' => $this->themeRepository->findAll(), 'themeIsSelectable' => CheckPageUtility::hasThemeableSysTemplateRecord($this->id), 'pid' => $this->id]);
 }