I had to make this change to header.php in order to get my mulilingual menues to work
From:
<div id="hornav">
    <?php echo $hornav; ?>
</div>
To:
<div id="hornav">
     <jdoc:include type="modules" name="hornav" />
</div>
but without:  <?php echo $hornav; ?> google map plugin (tried 2 different ones) don't work. 
So, now I tried both:
<div id="hornav">
    <jdoc:include type="modules" name="hornav" />
    <?php echo $hornav; ?>
</div>
I see my map, but i also have two sets of menus.. any ideas how i can either fix the issue or just hide the default menu. Is this also an issue with nocturn?			
			- MenuKiller
 - 
					
 - Commercial Templates
 - Sunday, 05 May 2013
 - Subscribe via email
 
- Page :
 - 1
 
There are no replies made for this post yet.
Be one of the first to reply to this post!
			Be one of the first to reply to this post!