source: main/kwarapoly.theme/trunk/kwarapoly/theme/skins.zcml @ 10880

Last change on this file since 10880 was 10866, checked in by Henrik Bettermann, 11 years ago

Fill trunk

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