Move menu configuration.
authorJan Schneider <jan@horde.org>
Mon, 27 Jul 2009 15:56:26 +0000 (17:56 +0200)
committerJan Schneider <jan@horde.org>
Fri, 31 Jul 2009 09:06:23 +0000 (11:06 +0200)
ingo/config/conf.xml

index f45f752..4576bdf 100644 (file)
@@ -1,16 +1,6 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
 <configuration>
- <configsection name="menu">
-  <configheader>Menu settings</configheader>
-  <configmultienum name="apps" desc="Select any applications that should be
-  linked in Ingo's menu">
-   <values>
-    <configspecial name="list-horde-apps"/>
-   </values>
-  </configmultienum>
- </configsection>
-
  <configsection name="storage">
   <configheader>Ingo Rules Storage</configheader>
   <configswitch name="driver" desc="What storage driver should we use?">sql
    </case>
   </configswitch>
  </configsection>
+
+ <configsection name="menu">
+  <configheader>Menu settings</configheader>
+  <configmultienum name="apps" desc="Select any applications that should be
+  linked in Ingo's menu">
+   <values>
+    <configspecial name="list-horde-apps"/>
+   </values>
+  </configmultienum>
+ </configsection>
 </configuration>