Hi
I would like to add a Custom HTML module published on the mainmenu, it's just a couple of Social icons, but for some reason its not showing.
Any ideas?
TIA
Kev
<?php if($this->API->get('show_menu', 1)) : ?>
<div id="gkMainMenu" class="gkPage">
<?php
$this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
$this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>
</div>
<?php endif; ?>