23 Mar
2002
23 Mar
'02
1:53 p.m.
Iago writes:
Say I have a folder structure, a/b/c
I'm in c. I want to establish some kind of method (my current attempts are a python script), stored in a, which will render the following:
<a href="http://myserver.org/a/">A</a>: <a href="http://myserver.org/a/b/">B</a>: <b>C</b>: Look at the "breadcrumbs" script which is part of Zope CMFDefault (part of CMF 1.2).
Alternatively, you can search the mailing list archives for "breadcrumbs". Dieter