source: main/ngren.theme/trunk/ngren/theme/skins.zcml @ 10240

Last change on this file since 10240 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.