On Thu, 10 Jul 2003 19:15:26 +0100 GMT (..20:15 where i live(GMT+2) )
Peter Bengtsson said the following:
> What I went for instead was:
> <span tal:condition="here/IfNotLoggedInRedirectSomewhere">
> </span>
Agree on condition rather than define.
I'd still reccommend using the tal-namespace, just to keep it pretty:
<tal:somethingdescriptive
condition="here/IfNotLoggedInRedirectSomewhere" />
;)
--
Geir Bækholt