Re: [Zope] document_src broken on this site
I've added your suggestion to the How-To at http://www.zope.org/Members/lstaffor/Breadcrumbs -- Thank you, -- Loren --- JP Gilles <jean-pierre.gilles@cirad.fr> wrote:
Hello,
Yes I have the same problem with "breadcrumbs", I get around it by including this : <BODY> <dtml-unless "_['URL'][-11:] == 'view_source'"> <dtml-var breadcrumbs> </dtml-unless> in my standard_html_header, it works fine
Jean-Pierre GILLES CIRAD-Pr�sidence Montpellier FRANCE
Loren Stafford a �crit :
There does seem to be some problem on my sites
with infinite recursion. I
have the same test for view_source in my standard_html_footor as the www.zope.org site does, but infinite recursion happens anyway. I get around it by not including standard_html_header and standard_html_footer in the "view_source" method.
Maybe it has to do with the "breadcrumbs" method.
Did any other "breadcrumbs" users have the same problem?
-- Thanks -- Loren
===== Loren Stafford mailto:lstaffor@dynalogic.com Mountain View, CA http://www.dynalogic.com/ __________________________________________________ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one place. Yahoo! Shopping: http://shopping.yahoo.com
participants (1)
-
Loren Stafford