Search found 2 matches

by skiordie
Tue Oct 30, 2007 2:21 pm
Forum: Joombie Coding Q/A
Topic: XML Structure for Subsubmenu
Replies: 1
Views: 605

Re: XML Structure for Subsubmenu

Hi,

I also searched for the word "submenu" with zend code searching tool, but I didn't find it in any file. My idea was to look for the procedure, which processes the xml file. Maybe the search tool did not work correctly...

Tom
by skiordie
Mon Oct 29, 2007 5:59 pm
Forum: Joombie Coding Q/A
Topic: XML Structure for Subsubmenu
Replies: 1
Views: 605

XML Structure for Subsubmenu

Hi, the normal xml code for a submenu in admin backend looks like this: <menu>NameOfMenu</menu> <submenu> <menu task="mytask">NameOfMenu</menu>                         <menu task="mytask">NameOfMenu</menu>                 </submenu> So what is the code for more layers? I thought ...