--- ECHO_content/ECHO_collection.py 2005/01/18 15:40:03 1.202 +++ ECHO_content/ECHO_collection.py 2005/01/19 19:38:55 1.203 @@ -2343,13 +2343,10 @@ class ECHO_root(Folder,Persistent,Implic meta_type="ECHO_root" - # testing templates with macros... ROC -## content_overview_template2 = zptObjectOrFile(None, 'content_overview_template', orphaned=True) -## print "COT: ", content_overview_template2, repr(content_overview_template2) - -## def content_overview_template(self): -## content_overview_template2._cook_check() -## return content_overview_template2() + def getContentOverviewTemplate(self): + """produces overview template with macro""" + pt = zptObjectOrFile(self, 'content_overview_template') + return pt ###Cdli adds -> have to be removed def getTablet(self,item):