Lookup parent folder URL and title?
19 Jun
2003
19 Jun
'03
7:53 a.m.
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. Regards, Michael
19 Jun
19 Jun
10:07 a.m.
New subject: [Zope] Lookup parent folder URL and title?
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
8327
Age (days ago)
8327
Last active (days ago)
1 comments
2 participants
participants (2)
-
Max M -
Michael Fox