{# ZF Dropdown pane on small devices - becomes a regular horizonatal menu by the given breakpoint defined in data-anchor-menu-horizontal-breakpoint %} {# Menu items will be attached dynamicly with javascript #} {% set dropdown_id = 'dropdown-pane-' ~ random() %} {% set list_classes = [ 'menu', 'menu--anchor-menu', 'menu--famb-anchor-menu', menu_orientation ? menu_orientation|clean_class, 'hidden' ] %}