tb-megamenu-submenu.html.twig in The Better Mega Menu 8
Same filename and directory in other branches
<div {{ attributes }}> <div class="mega-dropdown-inner"> {% for row in rows %} {{ row }} {% endfor %} </div> </div>
1 theme call to tb-megamenu-submenu.html.twig
- template_preprocess_tb_megamenu_item in ./
tb_megamenu.module - Prepare variables for tb_megamenu_item.
File
templates/tb-megamenu-submenu.html.twigView source
- <div {{ attributes }}>
- <div class="mega-dropdown-inner">
- {% for row in rows %}
- {{ row }}
- {% endfor %}
- </div>
- </div>