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.
