ztfy/utils/tal/configure.zcml
branchZTK-1.1
changeset 87 689eef034b00
parent 66 cff370b82f25
--- a/ztfy/utils/tal/configure.zcml	Tue Nov 01 18:29:31 2011 +0100
+++ b/ztfy/utils/tal/configure.zcml	Sun Nov 20 12:47:11 2011 +0100
@@ -1,5 +1,6 @@
 <configure
 	xmlns="http://namespaces.zope.org/zope"
+	xmlns:tales="http://namespaces.zope.org/tales"
 	i18n_domain="ztfy.utils">
 
 	<adapter
@@ -32,4 +33,8 @@
 		provides="zope.traversing.interfaces.IPathAdapter"
 		for="zope.publisher.interfaces.browser.IBrowserRequest" />
 
+	<tales:expressiontype
+		name="fanstatic"
+		handler=".fanstatic.FanstaticTalesExpression" />
+
 </configure>
\ No newline at end of file