Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezdemositemenubundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Ez demo site Menu Bundle is an extract of eZPlatform DemoBundle to create the menu using KnpMenuBundle
This bundle helps developer to add first level menu and to keep this bundle as example for custom implementation.
eZPublish 5.x, eZPlatform 1.x (Open Source or EE)
Note: Be sure that KnpMenuBundle is installed and activated in AppKernel.php
{{ render(controller('EzMenuBundle:Menu:topMenu', {
'currentLocationId': currentLocation is defined ? currentLocation.id : null,
'template': 'EzMenuBundle:menu:page_header_menu.html.twig'
})) }}