Imported from SVN by Bitbucket

This commit is contained in:
2015-03-31 20:01:45 +00:00
committed by bitbucket
commit 28581309ce
47 changed files with 1087 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="caotek.tcshome_theme">
<!-- 'tcshome.org site theme' Zope 3 browser layer -->
<interface
interface=".interfaces.IThemeSpecific"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
name="tcshome.org Site theme"
/>
<!-- Viewlets registration -->
<browser:viewlet
name="caotek.tcshome_theme.footer"
manager="plone.app.layout.viewlets.interfaces.IPortalFooter"
class="plone.app.layout.viewlets.common.FooterViewlet"
template="templates/footer.pt"
layer=".interfaces.IThemeSpecific"
permission="zope2.View"
/>
<!-- Zope 3 browser resources -->
<!-- Resource directory for images -->
<browser:resourceDirectory
name="caotek.tcshome_theme.images"
directory="images"
layer=".interfaces.IThemeSpecific"
/>
<!-- Resource directory for stylesheets -->
<browser:resourceDirectory
name="caotek.tcshome_theme.stylesheets"
directory="stylesheets"
layer=".interfaces.IThemeSpecific"
/>
</configure>