source: main/ngren.theme/trunk/ngren/theme/configure.zcml @ 11777

Last change on this file since 11777 was 10190, checked in by uli, 11 years ago

Add original theme as delivered by Fafalter.

File size: 660 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:grok="http://namespaces.zope.org/grok"
4    xmlns:five="http://namespaces.zope.org/five"
5    xmlns:cmf="http://namespaces.zope.org/cmf"
6    xmlns:i18n="http://namespaces.zope.org/i18n"
7    xmlns:plone="http://namespaces.plone.org/plone"
8    i18n_domain="ngren.theme">
9
10  <grok:grok package="."/>
11  <five:registerPackage package="." initialize=".initialize" />
12
13  <include package=".browser" />
14  <include file="skins.zcml" />
15  <include file="profiles.zcml" />
16  <i18n:registerTranslations directory="locales" />
17
18  <plone:static
19    type="theme"
20    directory="ngren_theme" />
21 
22
23
24</configure>
Note: See TracBrowser for help on using the repository browser.