You are here

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

File

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

if ($content) {
  ?>
<div <?php

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

  print $classes;
  ?>">
  <div class="block-inner">
    <?php

  print $content;
  ?>
  </div>
</div>
<?php

}