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