[Zope] 'Cookie crumb trail' navigation
Dieter Maurer
dieter@handshake.de
Sat, 23 Mar 2002 14:53:43 +0100
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