tb-megamenu-nav.html.twig in The Better Mega Menu 8
Same filename and directory in other branches
<ul {{ attributes }} > {% for li in lis %} {{ li }} {% endfor %} </ul>
1 theme call to tb-megamenu-nav.html.twig
- template_preprocess_tb_megamenu in ./
tb_megamenu.module - Prepare variables for tb_megamenu.
File
templates/tb-megamenu-nav.html.twigView source
- <ul {{ attributes }} >
- {% for li in lis %}
- {{ li }}
- {% endfor %}
- </ul>