tb-megamenu-block.tpl.php in The Better Mega Menu 7
2 theme calls to tb-megamenu-block.tpl.php
File
templates/tb-megamenu-block.tpl.phpView source
<?php
if ($content) {
?>
<div <?php
print $attributes;
?> class="<?php
print $classes;
?>">
<div class="block-inner">
<?php
print $content;
?>
</div>
</div>
<?php
}