source: products/quintagroup.themetemplate/trunk/quintagroup/themetemplate/templates/qplone3_theme/+namespace_package+/+namespace_package2+/+package+/portlets/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: 395 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:plone="http://namespaces.plone.org/plone"
4    i18n_domain="${namespace_package}.${package}">
5
6    <!-- Ensure Plone's portlets ZCML has already been processed;
7         without this, we may get a permission lookup error
8      -->
9    <include package="plone.app.portlets" />
10
11        <!-- -*- extra stuff goes here -*- -->
12
13</configure>
Note: See TracBrowser for help on using the repository browser.