loops/knowledge/glossary/configure.zcml
helmutm 9ad4c68809 added package knowledge.glossary
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2178 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-11-14 12:32:22 +00:00

14 lines
287 B
XML
Executable file

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<page for="*"
name="glossaryitem.html"
class=".browser.GlossaryItemView"
permission="zope.View" />
</configure>