Breadcrumbs in CakePHP
Posted
by kicaj
on Stack Overflow
See other posts from Stack Overflow
or by kicaj
Published on 2010-04-14T15:28:43Z
Indexed on
2010/04/14
15:33 UTC
Read the original article
Hit count: 677
breadcrumbs
|cakephp
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?
© Stack Overflow or respective owner