cybertools/browser/loops/configure.zcml
helmutm 74e23acb8a more improvements of the loops skin - now including the site management views
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1188 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-04-29 19:54:18 +00:00

20 lines
600 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<layer name="loops" />
<skin name="Loops"
layers="loops rotterdam default" />
<resource name="zope3_tablelayout.css" file="loops_layout.css" layer="loops" />
<resource name="site_management_tablelayout.css"
file="loops_management_layout.css" layer="loops" />
<resource name="favicon.png" file="loops_favicon.png" layer="loops" />
<resource name="zope3logo.gif" file="loops_logo.png" layer="loops" />
</configure>