Hi
I would like to have different main menu per access group.
Is this possible? I am confused as to how to setup this.
<?php
$this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
$this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>