source: products/quintagroup.canonicalurl/trunk/quintagroup/canonicalurl/configure.zcml

Last change on this file was 495, checked in by crchemist, 18 years ago

Fixup error in configlet.

File size: 440 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup">
5
6    <adapter factory=".adapters.DomainsMapExtractor" />
7
8    <subscriber
9        for="Products.CMFPlone.interfaces.IPloneSiteRoot
10             zope.app.publication.interfaces.IBeforeTraverseEvent"
11        handler=".subscribers.add_domains_map"
12        />
13
14</configure>
Note: See TracBrowser for help on using the repository browser.