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

Last change on this file since 1591 was 578, checked in by mylan, 17 years ago

Source based on 0.2 /trunk version (rev.445). PingTool? moved to ATCT

File size: 484 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
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.