Skip to content

Commit

Permalink
rm Service from breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
stfalcon committed Apr 26, 2012
1 parent d515561 commit 8c7308b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8c7308b

Please sign in to comment.