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

Last change on this file since 820 was 820, checked in by piv, 17 years ago

Removed merge tracking for "svnmerge" for
http://svn.quintagroup.com/ni/community/qPloneComments/branches/bundle/1.4

File size: 488 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_custom_templates"/>
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.