We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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); ?>