tb-megamenu-row.html.twig in The Better Mega Menu 8
Same filename and directory in other branches
<div {{ attributes }}> {% for column in columns %} {{ column }} {% endfor %} </div>
1 theme call to tb-megamenu-row.html.twig
- template_preprocess_tb_megamenu_submenu in ./
tb_megamenu.module - Prepare variables for tb_megamenu_submenu.
File
templates/tb-megamenu-row.html.twigView source
- <div {{ attributes }}>
- {% for column in columns %}
- {{ column }}
- {% endfor %}
- </div>