data['categoryId'] = $categoryId; $this->setSeo($this->system['seo_title'], $this->system['seo_keywords'], $this->system['seo_description']); $this->data['blocks'] = Block::getByCategoryId($categoryId); View::assign("category", $category); return $this->view(); } }