source: products/qPloneSkinDump/trunk/skin_template/browser/configure.zcml @ 2111

Last change on this file since 2111 was 74, checked in by chervol, 18 years ago

initial plone2.0.5 branch import

File size: 380 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="custom_i18n_domain">
5
6    <interface
7        interface=".interfaces.ITheme%(skin_name_capital)s"
8        type="zope.publisher.interfaces.browser.IBrowserSkinType"
9        name="%(skin_name)s"
10        />
11
12    <include file="viewlets.zcml"/>
13
14</configure>
Note: See TracBrowser for help on using the repository browser.