Home : Gregor : Software : Crumble Zope DTML Method
Crumble implements breadcrumbs as a Zope DTML Method.
Breadcrumbs (also called Bread Crumbs) are bits of text with links, usually near the top of a web page, that identify the location of the current document within a hierarchical structure by referring to the documents from the top level down through the hierarchical structure to the current document.
For example, breadcrumbs that looked like this: "Root :: Pomp :: Circumstance" would indicate that the current document can be reached from the root by navigating through "Pomp" and then to "Circumstance".
Typically, each breadcrumb except the final one is a link to the document it represents.
Originally from http://www.zope.org/Members/lstaffor/Breadcrumbs, but heavily modified by Gregor N. Purdy <gregor@focusresearch.com>.
Uses the three properties crumbname, crumblink, and crumbsep:
Copyright © 2009 Gregor N. Purdy. All rights reserved.