loops/browser/skin/configure.zcml
helmutm f913b0d063 added neutral skin 'Loopz'
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1776 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-06-07 16:47:41 +00:00

26 lines
670 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<layer name="loopz" />
<skin name="Loopz"
layers="loopz
cybertools.browser.liquid.liquid
rotterdam default" />
<page for="*"
name="body.html"
class="loops.browser.skin.browser.View"
permission="zope.View"
layer="loopz" />
<resource name="custom.css" file="custom.css" layer="loopz" />
<resource name="favicon.png" file="loops_favicon.png" layer="loopz" />
<resource name="logo.png" file="loops_logo.png" layer="loopz" />
</configure>