--- ECHO_content/VLPExtension.py 2005/02/28 20:30:42 1.42 +++ ECHO_content/VLPExtension.py 2005/03/01 11:30:57 1.43 @@ -349,7 +349,11 @@ class VLP_subcollection(ECHO_collection) def index_html(self): """erzeuge darstellung""" - pt=zptFile(self, 'vlp/collection_template.zpt') + + if hasattr(self,'subCollection_template.html'): + return getattr(self,'subCollection_template.html')() + + pt=zptFile(self, 'vlp/subCollection_template.zpt') return pt()