Skip to content

Instantly share code, notes, and snippets.

@natea
Created November 25, 2010 17:41
Show Gist options
  • Save natea/715688 to your computer and use it in GitHub Desktop.
Save natea/715688 to your computer and use it in GitHub Desktop.
The configure.zcml file for sft.theme
<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