Skip to content
Wesley Overdijk edited this page Jun 4, 2013 · 9 revisions

SxBootstrap::NavigationMenu requires spiffy-navigation to render the menu

To render a classic menu:

php <?php echo $this->sxbNavigationMenu()->renderMenu('container', $options); ?>

To render a dropdown menu:

php <?php echo $this->sxbNavigationMenu()->renderDropDownMenu('container', $options); ?>

Clone this wiki locally