source: products/quintagroup.themetemplate/trunk/quintagroup/themetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/configure.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: 528 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:cmf="http://namespaces.zope.org/cmf"
5    i18n_domain="${namespace_package}.${namespace_package2}.${package}">
6
7#if str($zope2product) == 'True'
8   <five:registerPackage package="." initialize=".initialize" />
9
10#end if
11   <include package=".browser" />
12   <include package=".portlets" />
13
14   <include file="skins.zcml" />
15   <include file="profiles.zcml" />
16
17   <!-- -*- extra stuff goes here -*- -->
18
19</configure>
Note: See TracBrowser for help on using the repository browser.