source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/content/configure.zcml

Last change on this file was 3306, checked in by vmaksymiv, 12 years ago

fixed deprecation, UserWarning? warnings

File size: 305 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="quintagroup.plonegooglesitemaps">
5
6    <!-- configure your content components here -->
7
8    <!-- -*- extra stuff goes here -*- -->
9    <class class=".sitemap.Sitemap" />
10
11</configure>
Note: See TracBrowser for help on using the repository browser.