standard_html_header & standard_html_footer
Why are standard_html_header and standard_html_footer reserved names? I was trying to reduce the clutter in my root folder when I discovered that Zope wouldn't let me delete these two objects unless I modified _reserved_names in lib/python/Products/OFS/Application.py. -- Stephen Pitts smpitts@midsouth.rr.com webmaster - http://www.mschess.org
On Mon, 17 Jan 2000, Stephen Pitts wrote:
Why are standard_html_header and standard_html_footer reserved names? I was trying to reduce the clutter in my root folder when I discovered that Zope wouldn't let me delete these two objects unless I modified _reserved_names in lib/python/Products/OFS/Application.py.
I would prefer that these be called standard_header_html and standard_footer_html so that my editors, configured to recognize *_html as an HTML file, will properly handle these.
participants (2)
-
Jim Cain -
Stephen Pitts