Skip to content

Instantly share code, notes, and snippets.

@robzienert
Created March 11, 2010 19:00
Show Gist options
  • Save robzienert/329518 to your computer and use it in GitHub Desktop.
Save robzienert/329518 to your computer and use it in GitHub Desktop.
$partial = array('_navigation.phtml', 'default');
$this->view->navigation()->menu()->setPartial($partial);
return $this->view->navigation()
->menu()
->render($pages);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment