siteSeo->setKeywords($this->siteSettings['keywords']); $this->siteSeo->setDescription($this->siteSettings['description']); $indexService = new IndexService(); $this->view->setVar('slides', $indexService->getSlides()); $this->view->setVar('lives', $indexService->getLives()); $this->view->setVar('new_courses', $indexService->getNewCourses()); $this->view->setVar('free_courses', $indexService->getFreeCourses()); $this->view->setVar('vip_courses', $indexService->getVipCourses()); } /** * @Get("/im", name="web.im") */ public function imAction() { } }