Last change
on this file since 1204 was
1201,
checked in by liebster, 15 years ago
|
Added "report abuse" feature contributed by jcbrand.
|
File size:
605 bytes
|
Line | |
---|
1 | <configure |
---|
2 | xmlns="http://namespaces.zope.org/zope" |
---|
3 | xmlns:five="http://namespaces.zope.org/five" |
---|
4 | xmlns:cmf="http://namespaces.zope.org/cmf" |
---|
5 | xmlns:i18n="http://namespaces.zope.org/i18n" |
---|
6 | i18n_domain="quintagroup.plonecomments"> |
---|
7 | |
---|
8 | <five:registerPackage package="." /> |
---|
9 | |
---|
10 | <include package="plone.browserlayer" /> |
---|
11 | <include package=".browser" /> |
---|
12 | <include file="skins.zcml" /> |
---|
13 | <include file="profiles.zcml" /> |
---|
14 | |
---|
15 | <i18n:registerTranslations directory="locales" /> |
---|
16 | |
---|
17 | <permission |
---|
18 | id="moderate.discussion" |
---|
19 | title="Moderate Discussion" |
---|
20 | /> |
---|
21 | |
---|
22 | </configure> |
---|
Note: See
TracBrowser
for help on using the repository browser.