Example #1
0
 protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->routePrefix = $this->websiteManager->routePrefix;
     $this->template->languageRepository = $this->languageRepository;
     $this->template->pageRepository = $this->pageRepository;
     $this->template->itemsLimit = $this->itemsLimit;
     $this->template->defaultLanguage = $this->websiteManager->defaultLanguage;
 }