asked a million times again...
Okay, I got the <dtml-var filename> to work right assuming that that files are arranged properly according to aquistion, but then when I try to get the file from another folder like <dtml-var "folder.filename"> It displays the code of that page rather thatn recognizing that it is content. What should I do? Thanks; Chris
Chris Trowbridge wrote:
Okay, I got the <dtml-var filename> to work right assuming that that files are arranged properly according to aquistion, but then when I try to get the file from another folder like
<dtml-var "folder.filename">
It displays the code of that page rather thatn recognizing that it is content. What should I do?
1. Stop posting in HTML. 2. <dtml-with folder> <dtml-var filename> </dtml-with> cheers, Chris
participants (2)
-
Chris Trowbridge -
Chris Withers