add policy and theme products
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / skins.zcml
diff --git a/src/koehsel.theme/koehsel/theme/skins.zcml b/src/koehsel.theme/koehsel/theme/skins.zcml
new file mode 100644 (file)
index 0000000..f0364f6
--- /dev/null
@@ -0,0 +1,11 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:cmf="http://namespaces.zope.org/cmf"
+    i18n_domain="koehsel.theme">
+
+  <!-- File System Directory Views registration -->
+  <cmf:registerDirectory name="koehsel_theme_custom_images"/>
+  <cmf:registerDirectory name="koehsel_theme_custom_templates"/>
+  <cmf:registerDirectory name="koehsel_theme_styles"/>
+
+</configure>
\ No newline at end of file