source: main/waeup.plonetheme/trunk/waeup/plonetheme/skins.zcml @ 5874

Last change on this file since 5874 was 5870, checked in by Henrik Bettermann, 14 years ago

Add 'position' field to user data.

Redesign members page.

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_plonetheme_custom_images"/>
8  <cmf:registerDirectory name="waeup_plonetheme_custom_templates"/>
9  <cmf:registerDirectory name="waeup_plonetheme_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.