Hi,
main menu in ja Cooper business does not have a module position 🙁
I would like to have a different menu for public and for logged in users. I was going to use metamod to do this but can’t as menu doesn’t have position.
If anyone can tell me where to look for the code to modify that would be great and appreciated.
Thanks
<!– BEGIN: MAIN NAVIGATION –>
<?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
<div id=”ja-mainnavwrap”>
<div id=”ja-mainnav” class=”clearfix”>
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
<ul style=”display:none;”>
<li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-content” title=”<?php echo JText::_(“Skip to content”);?>”><?php echo JText::_(“Skip to content”);?></a></li>
</ul>
</div>
<?php endif; ?>
<!– END: MAIN NAVIGATION –>