source: main/ngren.theme/trunk/ngren/theme/profiles.zcml @ 10292

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

Add original theme as delivered by Fafalter.

File size: 742 bytes
RevLine 
[10190]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="ngren.theme">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="NgREN Theme"
9      directory="profiles/default"
10      description='Extension profile for the "NgREN Theme" Plone theme.'
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:importStep
15      name="ngren.theme.various"
16      title="NgREN Theme: miscellaneous import steps"
17      description="Various import steps that are not handled by GS import/export handlers."
18      handler="ngren.theme.setuphandlers.setupVarious">
19    <depends name="skins"/>
20  </genericsetup:importStep>
21
22</configure>
Note: See TracBrowser for help on using the repository browser.