Adding the correct uri to each element and removes the module, controller and
action did the work for me,
the menu items are now linked correctly but i have noticed that my subMenu
items that i created between the  and  tags in the xml file aren't displayed
anymore.

This is the code i use for displaying the subMenu items:
<?php
                                        // display the submenu's
                                        echo $this->navigation()->menu()
                                                                        
->setMaxDepth(10)
                                                                        
->setMinDepth(1)
                                                                        
->setOnlyActiveBranch(true)
                                                                        
->setRenderParents(false);
                                ?>

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/subcontroller-path-separator-tp3446708p3452575.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to