tags:

views:

20

answers:

0

If I try

            <menu img="components/com_mycomp/assets/menu_icon.png" controller="apps" view="allapps" >My Menu</menu>

This does not work, instead the menu will point to index.html?option=com_mycomp, whereas it should point to index.html?option=com_mycom&view=allapps&controller=apps

This does however work for submenus. Is there a way around this problem?