This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
plonetheme.pfbweb/plonetheme/pfbweb/configure.zcml

22 lines
732 B
XML

<configure
xmlns:five="http://namespaces.zope.org/five"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
xmlns:plone="http://namespaces.plone.org/plone"
i18n_domain="plonetheme.pfbweb">
<five:registerPackage package="." initialize=".initialize" />
<genericsetup:registerProfile
name="default"
title="Plone 4 Theme: PFB Website"
directory="profiles/default"
description="Installs the plonetheme.pfbweb package"
provides="Products.GenericSetup.interfaces.EXTENSION"
/>
<include package="plone.resource" file="meta.zcml"/>
<plone:static directory="static" type="theme" name="plonetheme.pfbweb" />
</configure>