move configure directives to cybertools.composer.layout package

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2895 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-09-20 08:45:54 +00:00
parent afc73703bc
commit b19b24a197

View file

@ -3,21 +3,6 @@
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<zope:utility
factory="cybertools.composer.layout.base.LayoutManager" />
<!-- layouts -->
<zope:utility
component="cybertools.composer.layout.browser.liquid.default.body"
provides="cybertools.composer.layout.interfaces.ILayout"
name="body.liquid" />
<zope:utility
component="cybertools.composer.layout.browser.default.footer"
provides="cybertools.composer.layout.interfaces.ILayout"
name="footer.default" />
i18n_domain="loops">
</configure>