I cannot select the hornav and header module in the Avenue Template.
If I type in manually 'headermodule' it works, but this does not work for the hornav.
What to do?
Thanks for your help

[attachment]ishot-180.png[/attachment]
 
			
<div id="hornav">
    <?php echo $hornav; ?>
</div><div id="hornav">
    <jdoc:include type="modules" name="hornav" />
</div> 
				<?php if($footermenu_onoff == "1") : ?>
	    <div id="footermenu" class="block_holder"><div class="module_margin">
	         <?php echo $footermenu; ?>
	         <div class="clear"></div>
	    </div></div>
	<?php endif; ?>  	<div id="footermenu" class="block_holder"><div class="module_margin">
		<jdoc:include type="modules" name="footermenu" />
		<div class="clear"></div>
	</div></div> 
					