source: products/qSEOptimizer/trunk/browser/configure.zcml

Last change on this file was 79, checked in by chervol, 18 years ago

branch plone2.0.5 fill in

File size: 371 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5    <!-- The customized title -->
6    <browser:viewlet
7        name="plone.htmlhead.title"
8        manager="plone.app.layout.viewlets.interfaces.IHtmlHead"
9        class=".viewlets.TitleCommentViewlet"
10        permission="zope2.View"
11        />
12
13</configure>
Note: See TracBrowser for help on using the repository browser.