9b98b1ef56da88b62c65d1a4487a1123aa13216e
[zope-bootstrap.git] / src / koehsel.theme / koehsel / theme / configure.zcml
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:five="http://namespaces.zope.org/five"
4     xmlns:cmf="http://namespaces.zope.org/cmf"
5     i18n_domain="koehsel.theme">
6
7   <five:registerPackage package="." initialize=".initialize" />
8   <include package=".browser" />
9   <include package=".viewlets" />
10   <include file="skins.zcml" />
11   <include file="profiles.zcml" />
12
13 </configure>