[Zope3-Users] New way of using skins
Florian Lindner
mailinglists at xgm.de
Wed Mar 8 11:40:49 EST 2006
Hello,
I have:
<zope:interface
interface=".interfaces.ICentershockSkin"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
name="centershock"
/>
class ICentershockSkin(zope.app.rotterdam.Rotterdam):
What do I have to give for the layer or type (what is the difference?)
attributes of view / pages / ... directives?
layer = centershock does not seem to work anymore (for what is name attribute
of the interface directive?).
layer="CS.skin.interfaces.ICentershockLayer" seems to work but do I always
have to give the lenghty python path??
Thanks,
florian
More information about the Zope3-users
mailing list