source: main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/configure.zcml @ 8863

Last change on this file since 8863 was 8863, checked in by Henrik Bettermann, 12 years ago

Rename all classes from CustomXYZ to NigeriaXYZ.

Customize PhoneWidget? for Nigeria here.

File size: 428 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok"
3           xmlns:i18n="http://namespaces.zope.org/i18n">
4
5  <!-- Loading grok also configures a lot of other needed packages correctly.
6  -->
7  <include package="kofacustom.nigeria" file="locales.zcml" />
8  <include package="grok" />
9  <includeOverrides package="kofacustom.nigeria" file="overrides.zcml" />
10</configure>
Note: See TracBrowser for help on using the repository browser.