I am creating a consistent menu for the whole site. However, the items are not displaying in the order I need. Is there a way to control the order of the item?

for example:
   folder1
      page1.1
      page1.2
   folder2
      page2.1
      page2.2
   folder3
      page3

I want folder1 to be the last in the menu. I am using this :
   <menu name="navigations" depth="-1" >
<options regexp="true" depth="-1" order="*.psml,*,folder1" > /*
      </options>
   </menu>

This is causing the root level folder to disappear (I don't want it to) and it's not arranging the items in the order I need. Any idea ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to