source: main/waeup.ngrentheme/trunk/waeup/ngrentheme/skins.zcml

Last change on this file was 10049, checked in by Henrik Bettermann, 11 years ago

Fill trunc.

File size: 582 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    i18n_domain="waeup">
5
6  <!-- File System Directory Views registration -->
7  <cmf:registerDirectory name="waeup_ngrentheme_custom_images"/>
8  <cmf:registerDirectory name="waeup_ngrentheme_custom_templates"/>
9  <cmf:registerDirectory name="waeup_ngrentheme_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.