You are here

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

File

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

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

print $classes;
?>">
  <?php

print $lis;
?>
</ul>