Hi,
You can create a new position and load this position into the main navigation block of current main menu.
-
Add a new < position> tag into the file: root/templates/ja_intranet/templateDetails.xml
<position>new-position</position>
-
Publish that module into this new position new-position
- Go to file: root/templates/ja_intranet/tpls/blocks/mainnav.php
Replace this line:
<jdoc:include type="<?php echo $this->getParam('navigation_type', 'megamenu') ?>" name="<?php echo $this->getParam('mm_type', 'mainmenu') ?>" />
By this:
<jdoc:include type="modules" name="<?php $this->_p('new-position') ?>" />