29 Jan
2001
29 Jan
'01
9:36 a.m.
Joachim Werner wrote:
Can anyone tell me how to use DTML to get at the URL for the document being displayed?
<dtml-var URL>
That's not really correct. That's the url of the current request, which may well not be the url of the object you're currently displaying. <dtml-var absolute_url> is the right one, and works with virtual hosting too ;-) cheers, Chris