I tried looking for the xml definition of the users menu but presumably there's a main admin definition somewhere, I can't find that

Moderator: ooffick
Code: Select all
<menu img="class:default">bpsrc</menu>
<submenu>
<!--
Note that all & must be escaped to & for the file to be valid
XML and be parsed by the installer
-->
<menu
link="option=com_bpsrc&view=bpsrc"
img="default"
>
COM_BPSRC_BPSRC
</menu>
</submenu>
Code: Select all
<menu>Top Level</menu>
<submenu>
<menu link="option=com_myComponent&task=x.display&view=x&alt=MyComponent/X">COM_MYC_X</menu>
<menu>Infrastructure>
<submenu>
<menu link="option=com_myComponent&task=y.display&view=y&alt=myComponent/Y">COM_MM_Y</menu>
<menu link="option=com_myComponent&task=z.display&view=z&alt=myComponent/Z">COM_MM_Z</menu>
</submenu>
</menu>
</submenu>