19 Jun
2003
19 Jun
'03
10:07 a.m.
Michael Fox wrote:
Hi *,
Fairly simple question, in DTML I want to display a hyperlink on every page to navigate up one directory in my site, which should display the parent folder's title_or_id and absolute URL. eg.
<a href="&dtml-absolute_url;">parent title_or_id</a>
I'm not having much luck any help would be appreciated.
<dtml-var "PARENTS[0].title_or_id()"> regards Max M