[Zope] <dtml-if expr="absolute_url == PageUrl"> / Thanks a lot
   
    Stefan Mallepell
     
    Stefan Mallepell" <steve@syso.ch
       
    Mon, 9 Apr 2001 17:26:27 +0200
    
    
  
Hi Oliver 
Hi Tim
Thanks a lot for you help. I had to change both lines 
<dtml-let PageUrl="absolute_url()">
<dtml-if expr="absolute_url()==PageUrl">
But now it works!
A 1000 thanks!
Stefan
> > <dtml-let PageUrl="absolute_url">
> > ... some other staff (in, if and with ...)
> > ...   <dtml-if expr="absolute_url == PageUrl">
> >               <BR>THAT'S IT .... !!!
> >    <dtml-else>
> >             <BR>// <dtml-var absolute_url>
> >             <BR>// <dtml-var PageUrl>
> >    </dtml-if>
> > <dtml-let>