I use HtmlHelper from CakePHP to create breadcrumbs navigation for my page...
And i set $html->getCrumbs('separator', 'Home Page')
to default.ctp
and in other views i set $html->addCrumbs('nameLink', 'linkUrl');
All works fine!
But when I open my Home Page there is no breadcrumbs, why?