Hello
There is any way to change the main menu bar?
To have the logo to the conventional left, the main menu in the middle and in the right I would like to konw if I can have a html module to add a phone #
Let me know the possibilities
<div id="gkMainMenuRight">
<?php
$this->mainmenu->loadMenu($this->API->get('menu_name_right','mainmenu'));
$this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>
</div>