Guest User

Untitled

a guest
Jun 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. $origContainer = new Zend_Navigation($this->navigation()->getContainer()->toArray());
  3. $menu = $this->navigation()->findOneBy('label','Beheer')->getPages();
  4. $container = new Zend_Navigation($menu);
  5. $this->navigation()->setContainer($container);
  6.  
  7. $this->navigation()->setDefaultProxy('NavigationMenuYastook');
Add Comment
Please, Sign In to add comment