loops/system/configure.zcml
helmutm 9cbc45818e provide a query view for linking to other loops sites in the same instance
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3107 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-02 10:06:11 +00:00

13 lines
288 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<zope:adapter factory="loops.system.setup.SetupManager"
name="system" />
<include package=".site" />
</configure>