--- ECHO_content/ECHO_collection.py 2004/04/07 17:27:49 1.34 +++ ECHO_content/ECHO_collection.py 2004/04/08 08:44:47 1.35 @@ -664,7 +664,7 @@ class ECHO_collection(Folder, Persistent self.coords=coordsnew self.secondaryLinkTitle=secondaryLinkTitle self.secondaryLink=secondaryLink - self.bgcolour=bgcolor + self.bgcolour=bgcolour manage_options = Folder.manage_options+( @@ -876,6 +876,9 @@ class ECHO_root(Folder,Persistent,Implic """ECHO Root Folder""" meta_type="ECHO_root" + def getBgcolour(self): + """hack""" + return "#dddddd" def contentTypeSelector_HTML(self,selected=None): """give type selector"""