[kupu-checkins] r41774 - kupu/trunk/kupu/plone/profiles/default

nouri at codespeak.net nouri at codespeak.net
Sun Apr 1 20:27:36 CEST 2007


Author: nouri
Date: Sun Apr  1 20:27:34 2007
New Revision: 41774

Modified:
   kupu/trunk/kupu/plone/profiles/default/skins.xml
Log:
Install the kupu layer after custom.


Modified: kupu/trunk/kupu/plone/profiles/default/skins.xml
==============================================================================
--- kupu/trunk/kupu/plone/profiles/default/skins.xml	(original)
+++ kupu/trunk/kupu/plone/profiles/default/skins.xml	Sun Apr  1 20:27:34 2007
@@ -9,7 +9,7 @@
  <object name="kupu_tests" meta_type="Filesystem Directory View"
     directory="kupu/tests"/>
  <skin-path name="*">
-  <layer name="kupu" insert-before="*"/>
+  <layer name="kupu" insert-after="custom"/>
   <layer name="kupu_plone" insert-before="kupu"/>
   <layer name="kupu_tests" insert-after="kupu"/>
  </skin-path>


More information about the kupu-checkins mailing list