You are here

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

Same filename and directory in other branches
  1. 2.x templates/tb-megamenu-column.html.twig
<div {{ attributes }}>
  <div class="tb-megamenu-column-inner mega-inner clearfix">
     {% if close_button %}
      {{ close_button }}
    {% endif %}
    {% for item in tb_items %}
      {{ item }}
    {% endfor %}
  </div>
</div>

File

templates/tb-megamenu-column.html.twig
View source
  1. <div {{ attributes }}>
  2. <div class="tb-megamenu-column-inner mega-inner clearfix">
  3. {% if close_button %}
  4. {{ close_button }}
  5. {% endif %}
  6. {% for item in tb_items %}
  7. {{ item }}
  8. {% endfor %}
  9. </div>
  10. </div>