source: products/qPloneSkinDump/trunk/skin_template/browser/interfaces.py @ 2111

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

initial plone2.0.5 branch import

  • Property svn:eol-style set to native
File size: 176 bytes
Line 
1from plone.theme.interfaces import IDefaultPloneLayer
2
3class ITheme%(skin_name_capital)s(IDefaultPloneLayer):
4    """Marker interface that defines a Zope 3 skin layer.
5    """
Note: See TracBrowser for help on using the repository browser.