PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
responsive-menu
/
views
/
app
<div id="responsive-menu-container" class="{{ options.animation_type }}-{{ options.menu_appear_from }}"> <div id="responsive-menu-wrapper"> {% for key, selected in options.items_order|json_decode %} {% if selected == 'on' %} {% include 'app/%s.html.twig'|format(key|replace({' ': '-'})) %} {% endif %} {% endfor %} </div> </div>
[+]
..
[-] button.html.twig
[edit]
[-] container.html.twig
[edit]
[-] title.html.twig
[edit]
[-] menu.html.twig
[edit]
[-] search.html.twig
[edit]
[-] additional-content.html.twig
[edit]