diff --git a/Controller/CategoryController.php b/Controller/CategoryController.php index e236298..6fd5af0 100644 --- a/Controller/CategoryController.php +++ b/Controller/CategoryController.php @@ -42,7 +42,6 @@ public function viewAction(Category $category, $page = 1) if ($this->has('application_default.menu.breadcrumbs')) { $breadcrumbs = $this->get('application_default.menu.breadcrumbs'); - $breadcrumbs->addChild('Услуги', array('route' => 'homepage')); $breadcrumbs->addChild($category->getName())->setCurrent(true); }