src/ztfy/myams/viewlet/toplinks/configure.zcml
changeset 0 8a19e25e39e4
child 51 dbed1ff1e070
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/viewlet/toplinks/configure.zcml	Wed May 07 10:36:24 2014 +0200
@@ -0,0 +1,17 @@
+<configure
+	xmlns="http://namespaces.zope.org/browser"
+	xmlns:z3c="http://namespaces.zope.org/z3c"
+	i18n_domain="ztfy.myams">
+
+	<viewletManager
+		name="myams.toplinks"
+		class=".TopLinksViewletManager"
+		permission="zope.View"
+		layer="ztfy.myams.layer.MyAMSLayer" />
+
+	<z3c:template
+		template="toplinks.pt"
+		for=".interfaces.ITopLinksViewletManager"
+		layer="ztfy.myams.layer.MyAMSLayer" />
+
+</configure>