cybertools/browser/configure.zcml
helmutm d9b30acb57 Reorganized cybertools package
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@648 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-11-01 10:09:31 +00:00

24 lines
399 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" />
</configure>