--- ECHO_content/ECHO_collection.py 2004/05/27 09:31:25 1.91 +++ ECHO_content/ECHO_collection.py 2004/05/28 09:34:48 1.92 @@ -441,6 +441,10 @@ class ECHO_resource(Folder,Persistent): self.REQUEST.RESPONSE.write("no fulltext available") else: return "no fulltext available" + + def getCopyright(self): + """gib link auf copyright notiz aus""" + return """copyright""" def getCredits(self): """Ausgabe der credits"""