[Zope-CMF] Breadcrumbs

Chris Withers chrisw@nipltd.com
Mon, 4 Jun 2001 17:27:11 +0100


>   def listBreadCrumbs( self, context ):
>       """
>           Return a list of folders up to the CMFSite, suitable
>           for generating a "breadcrumbs" list.

I like that :-) ('cept it might not only be folders. eg: Topic's can hold
content too)

This also eliminates the need for dtml-python expressions when you use
breadcrumbs...

cheers,

Chris