source: products/qPloneComments/tags/3.0.2/overrides.zcml @ 1591

Last change on this file since 1591 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 588 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:browser="http://namespaces.zope.org/browser"
3           xmlns:five="http://namespaces.zope.org/five">
4
5       <browser:viewlet
6           name="plone.comments"
7           for="Products.CMFCore.interfaces.IContentish"
8           manager="plone.app.layout.viewlets.interfaces.IBelowContent"
9           view="plone.app.layout.globals.interfaces.IViewView"
10           class=".browser.comments.CommentsViewlet"
11           layer=".interfaces.IPloneCommentsLayer"
12           permission="zope2.View"
13           />
14
15</configure>
Note: See TracBrowser for help on using the repository browser.