[Zope] Referecing items in subfolders

Geir Bækholt Geir Bækholt <geirh@funcom.com>
Tue, 14 Nov 2000 11:20:16 +0100


try :
<dtml-with resources>
<dtml-var standard_header>
</dtml-with>

--
Geir Bækholt
web-developer/designer
geirh@funcom.com
http://www.funcom.com

on Tuesday, November 14, 2000 Pieter Claerhout wrote :
PC> Hello all,
PC> have a small question. Imagine you have the following folder structure in Zope:
PC> http://testserver.pclaerhout.com/index_html
PC> http://testserver.pclaerhout.com/resources/standard_header
PC> http://testserver.pclaerhout.com/resources/standard_footer
PC> How can I reference the standard_header document (which is in a subdirectory) from the index_html document, for example using a <dtml-var standard_header>?? I have the same question if the files
PC> in the subdirectory are for example SQL methods. I'm just looking for a way to separate different kinds of documents.