source: main/waeup.plonetheme/trunk/waeup/plonetheme/configure.zcml @ 5873

Last change on this file since 5873 was 5870, checked in by Henrik Bettermann, 14 years ago

Add 'position' field to user data.

Redesign members page.

File size: 456 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">
7
8  <five:registerPackage package="." initialize=".initialize" />
9  <include package=".browser" />
10  <include file="skins.zcml" />
11  <include file="profiles.zcml" />
12  <i18n:registerTranslations directory="locales" />
13
14</configure>
Note: See TracBrowser for help on using the repository browser.