public function filtrAction($id) { $vMarket = new Market($this->context); $this->view->setVar('block_filtr_tovar', $vMarket->getFiltr()); $this->view->setVar('block_cat_comission', $vMarket->getCategoriesCommTreeHTML()); $this->view->setVar('block_id', $id); $this->view->breadcrumbs = array(array('url' => '/', 'title' => 'Главная'), array('url' => '/market/', 'title' => 'Маркет'), array('url' => '../market/comissionka', 'title' => 'Комиссионка')); $this->view->generate(); }