$view->navigation()->menu()->setPartial('your-script.phtml');

Regards,
Saša Stamenković


On Wed, Apr 21, 2010 at 9:25 AM, <i...@antoniocaccese.it> wrote:

> Hi, i am using zend-navigation to render my menu but the html template i am
> using has a span inside a like this:
>
> <ul>
>  <li>
>     <a href="#" class="active">
>        <span>Home</span>
>     </a>
>  </li>
>
>  <li>
>     <a href="#">
>        <span>Contact</span>
>     </a>
>  </li>
>
>   .
>   .
>
> </ul>
>
>
> Is possible generate this html with Zend_Navigation?
>

Reply via email to