Moving the "html_standard_header" in an another folder...
25 May
2000
25 May
'00
12:16 p.m.
Hello everybody, I'd like to move files like "html_standard_header" in a new folder called "Models". I tried to access to "html_standard_header" like that : <dtml-var Models.html_standard_header> but it didn't work... Wath's the solution ??? Thanks Frederic
25 May
25 May
noon
New subject: [Zope] Moving the "html_standard_header" in an another folder...
Frédéric QUIN wrote:
I tried to access to "html_standard_header" like that : <dtml-var Models.html_standard_header> but it didn't work...
Try this: <dtml-var "Models.html_standard_header"> note the "" which make it into a python expression where your . will work :-) Chris
9447
Age (days ago)
9447
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Frédéric QUIN