source: products/qPloneComments/trunk/overrides.zcml

Last change on this file was 800, checked in by crchemist, 17 years ago

Deleted mistakable folder.

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