Thx for your advice. Actually, it's what I did.
First of all, I added a module "menu" named "secondmenu". Then, i would like to put it just besides the login and tools, on the right top.
To do so, I had to add some code in the nav.php file as is:
- Code: Select all
<?php if( $this->modules('user1')) : ?>
<span id="gkUser1" class="clear clearfix">
<jdoc:include type="modules" name="user1" style="<?php echo $this->module_styles['user1']; ?>" />
</span>
<?php endif; ?>
Once I did that, my wishes would be to have a dropdown menu. And it's at that point that I need advices.
Actually, the configuration of the template only foresees one main menu and the footer one (which is not dropdown either). How can I set up an other dropdown menu anywhere else?
Thx in advance.
mad