source: products/quintagroup.plonecomments/trunk/quintagroup/plonecomments/skins.zcml @ 3119

Last change on this file since 3119 was 822, checked in by koval, 17 years ago

little change in member properties extraction

File size: 471 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    i18n_domain="quintagroup.plonecomments">
5
6  <!-- File System Directory Views registration -->
7  <cmf:registerDirectory name="quintagroup_plonecomments"/>
8
9  <!-- Note: This could also be done for all folders at once
10       by replacing the previous lines with this one:
11  <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
12  -->
13
14</configure>
Note: See TracBrowser for help on using the repository browser.