ZCML File
configure.zcml

<configure
    xmlns="http://namespaces.zope.org/browser"
    i18n_domain="zope"
    >
<resource
    layer="zope.app.boston.boston"
    name="toolbar.css"
    file="toolbar.css"
    />
<resource
    layer="zope.app.boston.boston"
    name="toolbarGrip.gif"
    file="toolbarGrip.gif"
    />
<viewlet
    class="zope.app.boston.BostonToolBarCSSViewlet"
    layer="zope.app.boston.boston"
    for="*"
    permission="zope.Public"
    name="toolbar-css"
    manager="zope.app.boston.ICSS"
    />
<viewlet
    class=".browser.ToolBarViewlet"
    layer="zope.app.boston.boston"
    for="*"
    permission="zope.View"
    name="toolbar"
    template="viewlet.pt"
    manager="zope.app.boston.IToolBar"
    />
</configure>