source: products/quintagroup.skin.switcher/trunk/quintagroup/skin/switcher/configure.zcml @ 689

Last change on this file since 689 was 689, checked in by chervol, 17 years ago

retagging

File size: 615 bytes
Line 
1<configure
2  xmlns="http://namespaces.zope.org/zope"
3  xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4  xmlns:five="http://namespaces.zope.org/five">
5
6  <genericsetup:registerProfile
7    name="default"
8    title="quintagroup skin switcher"
9    directory="profiles/default"
10    description='Extension profile for the quintagroup.skin.switcher'
11    provides="Products.GenericSetup.interfaces.EXTENSION"
12    />
13
14
15  <subscriber
16    for="Products.CMFPlone.interfaces.siteroot.IPloneSiteRoot
17    zope.app.publication.interfaces.IBeforeTraverseEvent"
18    handler=".skinswitcher.setSkin"
19    />
20
21</configure>
Note: See TracBrowser for help on using the repository browser.