add policy and theme products
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / browser / configure.zcml
diff --git a/src/koehsel.theme/koehsel/theme/browser/configure.zcml b/src/koehsel.theme/koehsel/theme/browser/configure.zcml
new file mode 100644 (file)
index 0000000..11cb1e0
--- /dev/null
@@ -0,0 +1,30 @@
+<configure
+    xmlns="http://namespaces.zope.org/zope"
+    xmlns:browser="http://namespaces.zope.org/browser"
+    i18n_domain="koehsel.theme">
+
+  <!-- 'Koehsel Theme' Zope 3 browser layer -->
+  <interface
+      interface=".interfaces.IThemeSpecific"
+      type="zope.publisher.interfaces.browser.IBrowserSkinType"
+      name="Koehsel Theme"
+      />
+  
+  <!-- Viewlets registration -->
+  <!-- Zope 3 browser resources -->
+
+  <!-- Resource directory for images -->
+  <browser:resourceDirectory
+      name="koehsel.theme.images"
+      directory="images"
+      layer=".interfaces.IThemeSpecific"
+      />
+
+  <!-- Resource directory for stylesheets -->
+  <browser:resourceDirectory
+      name="koehsel.theme.stylesheets"
+      directory="stylesheets"
+      layer=".interfaces.IThemeSpecific"
+      />
+
+</configure>