I have a site using zend navigation.  It works correctly to render the
proper links when I go to all of the pages.  Well not all of them... If I
enter a route and it is used to display one of the pages, all of the links
in the navigation are in correct.

here is the example site

http://www.jilesdesigns.com/colleges/

notice all the links work, then go to

http://www.jilesdesigns.com/collegestories/story/3

All of the links point to the same place.

here is my route in the bootstrap

$router->addRoute('storyId',new Zend_Controller_Router_Route(
                 'story/:id',
                 array('controller' => 'story', 'action' => 'index',
'id'=>1)
                 )
         );

The navigation is loaded from an xml file.

Any help would be great as I am lost.

Fred

Reply via email to