cybertools/browser/configure.zcml
helmutm 536983c5da Created 'Liquid' skin
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@813 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-12-03 14:27:13 +00:00

25 lines
431 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<menu
id="mmain"
title="main Menu"
/>
<menuItem
action="demo"
for="zope.interface.Interface"
menu="mmain"
title="Demo"
permission="zope.Public"
/>
<include package=".skin" />
<include package=".liquid" />
</configure>