source: products/quintagroup.skin.switcher/branches/domain_or_path/quintagroup/skin/switcher/configure.zcml @ 1839

Last change on this file since 1839 was 1839, checked in by mylan, 14 years ago

Added possibility to switch by path also

File size: 621 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
22</configure>
Note: See TracBrowser for help on using the repository browser.