setuphandler cleanup
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / browser / configure.zcml
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:browser="http://namespaces.zope.org/browser"
4     i18n_domain="koehsel.theme">
5
6   <!-- 'Koehsel Theme' Zope 3 browser layer -->
7   <interface
8       interface=".interfaces.IThemeSpecific"
9       type="zope.publisher.interfaces.browser.IBrowserSkinType"
10       name="Koehsel Theme"
11       />
12   
13   <!-- Viewlets registration -->
14   <!-- Zope 3 browser resources -->
15
16   <!-- Resource directory for images -->
17   <browser:resourceDirectory
18       name="koehsel.theme.images"
19       directory="images"
20       layer=".interfaces.IThemeSpecific"
21       />
22
23   <!-- Resource directory for stylesheets -->
24   <browser:resourceDirectory
25       name="koehsel.theme.stylesheets"
26       directory="stylesheets"
27       layer=".interfaces.IThemeSpecific"
28       />
29
30 </configure>