source: products/quintagroup.themetemplate/trunk/quintagroup/themetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/skins.zcml_tmpl @ 1005

Last change on this file since 1005 was 1005, checked in by mylan, 15 years ago

Import package: Copied http://svn.quintagroup.com/products/qtheme.template/trunk@2041 + modifications concerning changed package name, namespace

File size: 526 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    i18n_domain="${namespace_package}.${namespace_package2}.${package}">
5
6   <!-- File System Directory Views registration -->
7   <!-- -*- extra stuff goes here -*- -->
8
9#if str($include_doc) == 'True'
10   <!-- Note: This could also be done for all folders at once
11        by replacing the previous lines with this one:
12   <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
13   -->
14
15#end if
16</configure>
Note: See TracBrowser for help on using the repository browser.