--- ECHO_content/ECHO_collection.py 2004/05/10 16:26:02 1.79 +++ ECHO_content/ECHO_collection.py 2004/05/11 14:57:35 1.80 @@ -871,8 +871,11 @@ class ECHO_link(ECHO_externalLink): def content_html(self): - """template fuer content""" - return content_html(self,'link') + """template fuer link""" + if hasattr(self,"link_template"): + return content_html(self,'link') + else: + return content_html(self,'collection') def manage_addECHO_linkForm(self): """Form for external Links"""