Hello all, I'm trying to use breadcrumbs in my site, and all seems to work fine, except for the Squishdot part. Here's what I have setup so far. I have put the following code in my standard_html_header (which is in the root of my zope tree) to show the breadcrumbs: <dtml-in PARENTS reverse> <a href="<dtml-var absolute_url>"><dtml-var title_or_id></a> <dtml-unless sequence-end>ยป</dtml-unless> </dtml-in> In the root of my Zope tree, I also have a instance of squishdot, called news, that inherits the standard_html_header from the root of the tree. Strangely enough, wherever I am in the squishdot site, it doesn't take the title of the item I'm looking at (such as the title of a news item), but it always takes the title of the squishdot instance itself. Does anyone know how we can fix this? Thanks, Pieter
Pieter Claerhout wrote:
Strangely enough, wherever I am in the squishdot site, it doesn't take the title of the item I'm looking at (such as the title of a news item), but it always takes the title of the squishdot instance itself.
Does anyone know how we can fix this?
What version of Squishdot are you using? cheers, Chris
version 1.3. Pieter -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris Withers Sent: Friday, January 04, 2002 1:04 AM To: squishdot@yahoogroups.com Cc: zope@zope.org Subject: [Zope] Re: [squishdot] Breadcrumbs with Squishdot Pieter Claerhout wrote:
Strangely enough, wherever I am in the squishdot site, it doesn't take the title of the item I'm looking at (such as the title of a news item), but
it
always takes the title of the squishdot instance itself.
Does anyone know how we can fix this?
What version of Squishdot are you using? cheers, Chris _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris Withers -
Pieter Claerhout