source: products/qSEOptimizer/tags/1.5.0/browser/configure.zcml @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 370 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.