9 Apr
2001
9 Apr
'01
3:26 p.m.
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>