source: main/ngren.theme/branches/filip-fixes/ngren/theme/skins.zcml @ 17929

Last change on this file since 17929 was 10190, checked in by uli, 11 years ago

Add original theme as delivered by Fafalter.

File size: 573 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    i18n_domain="ngren.theme">
5
6  <!-- File System Directory Views registration -->
7  <cmf:registerDirectory name="ngren_theme_custom_images"/>
8  <cmf:registerDirectory name="ngren_theme_custom_templates"/>
9  <cmf:registerDirectory name="ngren_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.