add policy and theme products
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / configure.zcml
diff --git a/src/koehsel.theme/koehsel/theme/configure.zcml b/src/koehsel.theme/koehsel/theme/configure.zcml
new file mode 100644 (file)
index 0000000..6ce72ed
--- /dev/null
@@ -0,0 +1,12 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:five="http://namespaces.zope.org/five"
+    xmlns:cmf="http://namespaces.zope.org/cmf"
+    i18n_domain="koehsel.theme">
+
+  <five:registerPackage package="." initialize=".initialize" />
+  <include package=".browser" />
+  <include file="skins.zcml" />
+  <include file="profiles.zcml" />
+
+</configure>