source: main/waeup.plonetheme.ngren3/trunk/waeup/plonetheme/ngren3/configure.zcml @ 10084

Last change on this file since 10084 was 10084, checked in by Henrik Bettermann, 11 years ago

Fill trunk.

File size: 443 bytes
Line 
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    xmlns:i18n="http://namespaces.zope.org/i18n"
6    i18n_domain="waeup.plonetheme.ngren3">
7
8  <five:registerPackage package="." />
9
10  <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
11
12  <include package=".browser" />
13  <include file="profiles.zcml" />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.