cybertools/browser/configure.zcml
helmutm 10c6434de9 View controller now basically functional, with macro registries for CSS and JS resources
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1146 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-03-26 16:43:43 +00:00

19 lines
423 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<page name="controller"
for="zope.app.publisher.interfaces.browser.IBrowserView"
class="cybertools.browser.controller.Controller"
permission="zope.Public"
/>
<!-- a tableless layout skin -->
<include package=".liquid" />
</configure>