You are here

tb-megamenu-column.tpl.php in The Better Mega Menu 7

File

templates/tb-megamenu-column.tpl.php
View source
<div <?php

print $attributes;
?> class="<?php

print $classes;
?>">
  <div class="tb-megamenu-column-inner mega-inner clearfix">
    <?php

if ($close_button) {
  ?>
      <?php

  print $close_button;
  ?>
    <?php

}
?>
    <?php

print $tb_items;
?>
  </div>
</div>