Zend Navigation not working on dynamic pages
- by azz0r
XML
Home
default
default
index
index
Clips
video
clip
index
All
video
clip
all
0-9
1
My bootstrap route:
$router->addRoute('clips/page', new Zend_Controller_Router_Route('clips/:page', array('module' => 'video', 'controller' => 'clip', 'action' => 'all')));
The clips navigation works, but the all navigation doesnt have a crumb bar for /clips/1
Ideas?