--- ECHO_content/ECHO_collection.py 2004/05/06 13:05:49 1.54 +++ ECHO_content/ECHO_collection.py 2004/05/06 13:12:07 1.55 @@ -857,7 +857,7 @@ class ECHO_collection(Folder, Persistent elif hasattr(self,'collection_index_template'): return self.collection_index_template() elif hasattr(self,'main_index_template'): - return self.collection_index_template() + return self.main_index_template() pt=PageTemplateFile('Products/ECHO_content/zpt/ECHO_main_index_template_standard.zpt').__of__(self) pt.content_type="text/html" @@ -951,7 +951,7 @@ class ECHO_group(ECHO_collection): elif hasattr(self,'group_index_template'): return self.group_index_template() elif hasattr(self,'main_index_template'): - return self.collection_index_template() + return self.main_index_template() pt=PageTemplateFile('Products/ECHO_content/zpt/ECHO_main_index_template_standard.zpt').__of__(self) pt.content_type="text/html"