[Zope3-Users] Re: How to add additional layers to skin?

Jürgen Kartnaller juergen at kartnaller.at
Fri Jan 4 08:57:02 EST 2008


xin ni wrote:
> Hi,  dear all,
> 
> I am using zope 3.3.1
> As ZCML <browser:skin> is deprecated, how to add addtional  layers to an 
> existing skin?

<interface
     interface="IYourLayerInterface"
     type="zope.publisher.interfaces.browser.IBrowserSkinType"
     name="YourSkinName"
     />

Jürgen



More information about the Zope3-users mailing list