[Zope-CMF] Breadcrumbs
seb bacon
seb@jamkit.com
Mon, 4 Jun 2001 10:37:19 +0100
* Tres Seaver <tseaver@palladion.com> [010604 04:27]:
> Chris Withers wrote:
> > Then, whenever you want an object's breadcrumbs, just do:
> >
> > <dtml-var breadcrumbs>
> This is excellent! I folded it into a site I've been making "on the side"
> for a church group; it looks wonderful. I did trim out the "portal_title"
> bit, as it didn't feel as though it was adding value. Any reason I shouldn't
> fold it into CMFDefault/skins/generic?
Perhaps it would be a good idea to add it to the UrlTool -
e.g. <dtml-var "portal_url.breadcrumbs()">? A bit more unwieldy to
type but it keeps navigational logic in one place and makes that
particular tool more useful ;-)
seb