--- ECHO_content/VLPExtension.py 2004/07/13 16:57:06 1.11 +++ ECHO_content/VLPExtension.py 2004/07/14 13:33:31 1.12 @@ -220,7 +220,8 @@ class VLP_resource(ECHO_resource): if self.REQUEST.get('p',None): self.REQUEST.set('pn',self.file2page(self.REQUEST.get('p',None))) - + + pt=PageTemplateFile('Products/ECHO_content/vlp/library_template.zpt').__of__(self) pt.content_type="text/html" return pt()