You are here

tb-megamenu-submenu.html.twig in The Better Mega Menu 8

Same filename and directory in other branches
  1. 2.x templates/tb-megamenu-submenu.html.twig
<div {{ attributes }}>
  <div class="mega-dropdown-inner">
    {% for row in rows %}
      {{ row }}
    {% endfor %}
  </div>
</div>

File

templates/tb-megamenu-submenu.html.twig
View source
  1. <div {{ attributes }}>
  2. <div class="mega-dropdown-inner">
  3. {% for row in rows %}
  4. {{ row }}
  5. {% endfor %}
  6. </div>
  7. </div>