Created
July 2, 2012 13:12
-
-
Save davidwindell/3033195 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Setup Navigation | |
$container = new Navigation(include __DIR__ . '/config/navigation.config.php'); | |
$renderer->plugin('navigation')->setContainer($container); | |
\Zend\Navigation\Page\Mvc::setDefaultRouter($e->getRouter()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment