it could b done if we could add another megamenu to the page, the question “is it possible to add another megamenu” has been asked some three weeks ago but wasnt answered jet… i would like to know that myself 🙂
the code for menu rendering is simple but i still need some testing b4 i figure out how to change menu witch is being loaded
<?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>
<!-- jdoc:include type="menu" level="0" / -->
<?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
<div id="ja-subnav" class="clearfix">
<?php $jamenu->genMenu (1); ?>
<!-- jdoc:include type="menu" level="1" / -->
</div>
<?php endif;?>
:confused: