setSeo(); $about = CmsRepository::getInstance()->getAbout($this->aboutCategory['id']); $this->data['about'] = $about; $this->data['category'] = $this->aboutCategory; return $this->view(); } }