13 Oct
2009
13 Oct
'09
7:24 p.m.
On Tue, Oct 13, 2009 at 2:10 PM, Baiju M <mbaiju@zeomega.com> wrote:
Is standard_html_header & standard_html_footer removed in Zope 2.12 ?
Yes. I cleaned up the default persistent content in 2.12. There's only an index_html (now a page template instead of a dtml method), the favicon.ico and a standard_error_message.dtml. Existing ZODB's won't be changed, so existing applications depending on these templates will continue to work. For new installations these files don't make any sense anymore. It's not like developing applications inside the ZODB would be recommended or advertises by the community any longer. Hanno