Hello "ignace" I am experiencing something similar. See http://is.gd/LJ7q. I have yet to solve the problem...
Can you please post your "$navigation->addPage(..);" code? Please say at which level in the navigation tree the breadcrumbs do not work. Also, have you tried: echo $this->navigation()->breadcrumbs()->setMinDepth(0); When displaying the breadcrumbs in the View? Jonathan Maron On Mon, Jun 1, 2009 at 9:04 PM, ignace <[email protected]> wrote: > > Hi > > i have the following code: > > $navigation = new Zend_Navigation(); > $navigation->addPage(..); > > in my view: > <div id="sidebar"><?php print $this->navigation()->menu(); ?></div> > <div id="breadcrumbs"><?php print $this->navigation()->breadcrumbs(); > ?></div> > > only menu() shows something breadcrumbs display's nothing if i change > breadcrumbs to sitemap() it display's a sitemap but breadcrumbs does nothing > -- > View this message in context: > http://www.nabble.com/Zend_View_Helper_Navigation_Breadcrumbs-not-working-tp23820218p23820218.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
