Razorblade wrote
> 
> [..]
> 
>     'navigation' => array(
>          'default' => array(
>              array(
>                  'label' => 'Home',
>                  'route' => 'home',
>              ),
>              array(
>                  'label' => 'Page #1',
>                  'uri' => '#',
>                 

try with
Hi,
from the reference
array(
                 'label' => 'Home',
                 'route' => 'home',
             ),
             array(
                 'label' => 'Page #1',
                 'route' => 'default',

and get rid of uri.
Hope this helps.
Bye




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-Help-needed-to-understand-this-navigation-behaviour-tp4659974p4659975.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