Created
November 25, 2010 17:41
-
-
Save natea/715688 to your computer and use it in GitHub Desktop.
The configure.zcml file for sft.theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configure | |
xmlns="http://namespaces.zope.org/zope" | |
xmlns:five="http://namespaces.zope.org/five" | |
xmlns:i18n="http://namespaces.zope.org/i18n" | |
xmlns:browser="http://namespaces.zope.org/browser" | |
xmlns:genericsetup="http://namespaces.zope.org/genericsetup" | |
i18n_domain="sft.theme"> | |
<five:registerPackage package="." initialize=".initialize" /> | |
<genericsetup:registerProfile | |
name="default" | |
title="sft.theme" | |
directory="profiles/default" | |
description="Installs the sft.theme package" | |
provides="Products.GenericSetup.interfaces.EXTENSION" | |
/> | |
<browser:resourceDirectory | |
name="sft.theme" | |
directory="static" /> | |
</configure> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment