--- ECHO_content/ECHO_helpers.py 2005/02/08 21:32:36 1.42 +++ ECHO_content/ECHO_helpers.py 2005/02/08 22:04:34 1.43 @@ -25,7 +25,7 @@ def content_html(self,type): obj=getattr(self,type+"_template") return obj() else: - pt=PageTemplateFile('Products/ECHO_content/zpt/ECHO_%s_template_standard.zpt'%type).__of__(self) + pt=PageTemplateFile(os.path.join(package_home(globals()),'zpt','ECHO_%s_template_standard.zpt'%type)).__of__(self) pt.content_type="text/html" return pt()